#[repr(C)]pub struct SP_FILE_COPY_PARAMS_W {
pub cbSize: u32,
pub QueueHandle: *mut c_void,
pub SourceRootPath: PCWSTR,
pub SourcePath: PCWSTR,
pub SourceFilename: PCWSTR,
pub SourceDescription: PCWSTR,
pub SourceTagfile: PCWSTR,
pub TargetDirectory: PCWSTR,
pub TargetFilename: PCWSTR,
pub CopyStyle: u32,
pub LayoutInf: *mut c_void,
pub SecurityDescriptor: PCWSTR,
}Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields§
§cbSize: u32§QueueHandle: *mut c_void§SourceRootPath: PCWSTR§SourcePath: PCWSTR§SourceFilename: PCWSTR§SourceDescription: PCWSTR§SourceTagfile: PCWSTR§TargetDirectory: PCWSTR§TargetFilename: PCWSTR§CopyStyle: u32§LayoutInf: *mut c_void§SecurityDescriptor: PCWSTR