#[repr(C)]pub struct PRJ_CALLBACK_DATA {
pub Size: u32,
pub Flags: PRJ_CALLBACK_DATA_FLAGS,
pub NamespaceVirtualizationContext: PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT,
pub CommandId: i32,
pub FileId: GUID,
pub DataStreamId: GUID,
pub FilePathName: PCWSTR,
pub VersionInfo: *mut PRJ_PLACEHOLDER_VERSION_INFO,
pub TriggeringProcessId: u32,
pub TriggeringProcessImageFileName: PCWSTR,
pub InstanceContext: *mut c_void,
}Expand description
Required features: "Win32_Storage_ProjectedFileSystem"
Fields
Size: u32Flags: PRJ_CALLBACK_DATA_FLAGSNamespaceVirtualizationContext: PRJ_NAMESPACE_VIRTUALIZATION_CONTEXTCommandId: i32FileId: GUIDDataStreamId: GUIDFilePathName: PCWSTRVersionInfo: *mut PRJ_PLACEHOLDER_VERSION_INFOTriggeringProcessId: u32TriggeringProcessImageFileName: PCWSTRInstanceContext: *mut c_voidTrait Implementations
impl Clone for PRJ_CALLBACK_DATA
impl Clone for PRJ_CALLBACK_DATA
impl Copy for PRJ_CALLBACK_DATA
Auto Trait Implementations
impl RefUnwindSafe for PRJ_CALLBACK_DATA
impl !Send for PRJ_CALLBACK_DATA
impl !Sync for PRJ_CALLBACK_DATA
impl Unpin for PRJ_CALLBACK_DATA
impl UnwindSafe for PRJ_CALLBACK_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more