#[repr(C)]
pub struct CF_CALLBACK_INFO {
Show 19 fields pub StructSize: u32, pub ConnectionKey: CF_CONNECTION_KEY, pub CallbackContext: *mut c_void, pub VolumeGuidName: PCWSTR, pub VolumeDosName: PCWSTR, pub VolumeSerialNumber: u32, pub SyncRootFileId: i64, pub SyncRootIdentity: *const c_void, pub SyncRootIdentityLength: u32, pub FileId: i64, pub FileSize: i64, pub FileIdentity: *const c_void, pub FileIdentityLength: u32, pub NormalizedPath: PCWSTR, pub TransferKey: i64, pub PriorityHint: u8, pub CorrelationVector: *mut CORRELATION_VECTOR, pub ProcessInfo: *mut CF_PROCESS_INFO, pub RequestKey: i64,
}
Expand description

Required features: "Win32_Storage_CloudFilters", "Win32_Foundation", "Win32_System_CorrelationVector"

Fields

StructSize: u32ConnectionKey: CF_CONNECTION_KEYCallbackContext: *mut c_voidVolumeGuidName: PCWSTRVolumeDosName: PCWSTRVolumeSerialNumber: u32SyncRootFileId: i64SyncRootIdentity: *const c_voidSyncRootIdentityLength: u32FileId: i64FileSize: i64FileIdentity: *const c_voidFileIdentityLength: u32NormalizedPath: PCWSTRTransferKey: i64PriorityHint: u8CorrelationVector: *mut CORRELATION_VECTORProcessInfo: *mut CF_PROCESS_INFORequestKey: i64

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.