Struct windows_sys::Win32::System::DeploymentServices::PXE_PROVIDER
#[repr(C)]pub struct PXE_PROVIDER {
pub uSizeOfStruct: u32,
pub pwszName: PWSTR,
pub pwszFilePath: PWSTR,
pub bIsCritical: BOOL,
pub uIndex: u32,
}Expand description
Required features: "Win32_System_DeploymentServices", "Win32_Foundation"
Fields§
§uSizeOfStruct: u32§pwszName: PWSTR§pwszFilePath: PWSTR§bIsCritical: BOOL§uIndex: u32