#[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_void

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.