Struct windows_sys::Win32::System::MessageQueuing::MQQUEUEPROPS
#[repr(C)]pub struct MQQUEUEPROPS {
pub cProp: u32,
pub aPropID: *mut u32,
pub aPropVar: *mut PROPVARIANT,
pub aStatus: *mut HRESULT,
}
Expand description
Required features: "Win32_System_MessageQueuing"
, "Win32_Foundation"
, "Win32_System_Com_StructuredStorage"
Fields§
§cProp: u32
§aPropID: *mut u32
§aPropVar: *mut PROPVARIANT
§aStatus: *mut HRESULT