Struct windows_sys::Win32::System::DataExchange::CONVINFO
[−]#[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: u32hUser: usizehConvPartner: HCONVhszSvcPartner: HSZhszServiceReq: HSZhszTopic: HSZhszItem: HSZwFmt: u32wType: DDE_CLIENT_TRANSACTION_TYPEwStatus: CONVINFO_STATUSwConvst: CONVINFO_CONVERSATION_STATEwLastError: u32hConvList: HCONVLISTConvCtxt: CONVCONTEXThwnd: HWNDhwndPartner: HWNDTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CONVINFO
impl Send for CONVINFO
impl Sync for CONVINFO
impl Unpin for CONVINFO
impl UnwindSafe for CONVINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more