Struct windows_sys::Win32::Devices::Fax::FAX_LOG_CATEGORYW
#[repr(C)]pub struct FAX_LOG_CATEGORYW {
pub Name: PCWSTR,
pub Category: u32,
pub Level: u32,
}Expand description
Required features: "Win32_Devices_Fax"
Fields§
§Name: PCWSTR§Category: u32§Level: u32