#[repr(C)]pub struct FILE_IN_CABINET_INFO_A {
pub NameInCabinet: PCSTR,
pub FileSize: u32,
pub Win32Error: u32,
pub DosDate: u16,
pub DosTime: u16,
pub DosAttribs: u16,
pub FullTargetName: [CHAR; 260],
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_Foundation"
Fields§
§NameInCabinet: PCSTR
§FileSize: u32
§Win32Error: u32
§DosDate: u16
§DosTime: u16
§DosAttribs: u16
§FullTargetName: [CHAR; 260]