Function windows::Win32::System::MessageQueuing::MQGetMachineProperties

pub unsafe fn MQGetMachineProperties<P0>(
    lpwcsmachinename: P0,
    pguidmachineid: Option<*const GUID>,
    pqmprops: *mut MQQMPROPS,
) -> Result<()>
where P0: Param<PCWSTR>,