#[repr(C)]
pub struct CLSIDDATA2 {
Show 13 fields pub m_clsid: GUID, pub m_appid: GUID, pub m_partid: GUID, pub m_pwszAppName: PWSTR, pub m_pwszCtxName: PWSTR, pub m_eAppType: COMPLUS_APPTYPE, pub m_cReferences: u32, pub m_cBound: u32, pub m_cPooled: u32, pub m_cInCall: u32, pub m_dwRespTime: u32, pub m_cCallsCompleted: u32, pub m_cCallsFailed: u32,
}
Expand description

Required features: "Win32_System_ComponentServices"

Fields

m_clsid: GUIDm_appid: GUIDm_partid: GUIDm_pwszAppName: PWSTRm_pwszCtxName: PWSTRm_eAppType: COMPLUS_APPTYPEm_cReferences: u32m_cBound: u32m_cPooled: u32m_cInCall: u32m_dwRespTime: u32m_cCallsCompleted: u32m_cCallsFailed: u32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.