#[repr(C)]
pub union BITS_JOB_PROPERTY_VALUE {
pub Dword: u32,
pub ClsID: GUID,
pub Enable: BOOL,
pub Uint64: u64,
pub Target: BG_AUTH_TARGET,
}Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService", "Win32_Foundation"
Fields§
§Dword: u32§ClsID: GUID§Enable: BOOL§Uint64: u64§Target: BG_AUTH_TARGET