#[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: u32
Flags: PRJ_CALLBACK_DATA_FLAGS
NamespaceVirtualizationContext: PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT
CommandId: i32
FileId: GUID
DataStreamId: GUID
FilePathName: PCWSTR
VersionInfo: *mut PRJ_PLACEHOLDER_VERSION_INFO
TriggeringProcessId: u32
TriggeringProcessImageFileName: PCWSTR
InstanceContext: *mut c_void
Trait 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