#[repr(C)]
pub struct CONVINFO {
Show 16 fields pub cb: u32, pub hUser: usize, pub hConvPartner: HCONV, pub hszSvcPartner: HSZ, pub hszServiceReq: HSZ, pub hszTopic: HSZ, pub hszItem: HSZ, pub wFmt: u32, pub wType: DDE_CLIENT_TRANSACTION_TYPE, pub wStatus: CONVINFO_STATUS, pub wConvst: CONVINFO_CONVERSATION_STATE, pub wLastError: u32, pub hConvList: HCONVLIST, pub ConvCtxt: CONVCONTEXT, pub hwnd: HWND, pub hwndPartner: HWND,
}
Expand description

Required features: "Win32_System_DataExchange", "Win32_Foundation", "Win32_Security"

Fields§

§cb: u32§hUser: usize§hConvPartner: HCONV§hszSvcPartner: HSZ§hszServiceReq: HSZ§hszTopic: HSZ§hszItem: HSZ§wFmt: u32§wType: DDE_CLIENT_TRANSACTION_TYPE§wStatus: CONVINFO_STATUS§wConvst: CONVINFO_CONVERSATION_STATE§wLastError: u32§hConvList: HCONVLIST§ConvCtxt: CONVCONTEXT§hwnd: HWND§hwndPartner: HWND

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.