#[repr(C)]
pub struct ADRPARM {
Show 18 fields pub cbABContEntryID: u32, pub lpABContEntryID: *mut ENTRYID, pub ulFlags: u32, pub lpReserved: *mut c_void, pub ulHelpContext: u32, pub lpszHelpFileName: *mut i8, pub lpfnABSDI: LPFNABSDI, pub lpfnDismiss: LPFNDISMISS, pub lpvDismissContext: *mut c_void, pub lpszCaption: *mut i8, pub lpszNewEntryTitle: *mut i8, pub lpszDestWellsTitle: *mut i8, pub cDestFields: u32, pub nDestFieldFocus: u32, pub lppszDestTitles: *mut *mut i8, pub lpulDestComps: *mut u32, pub lpContRestriction: *mut SRestriction, pub lpHierRestriction: *mut SRestriction,
}
Expand description

Required features: "Win32_System_AddressBook", "Win32_Foundation", "Win32_System_Com"

Fields§

§cbABContEntryID: u32§lpABContEntryID: *mut ENTRYID§ulFlags: u32§lpReserved: *mut c_void§ulHelpContext: u32§lpszHelpFileName: *mut i8§lpfnABSDI: LPFNABSDI§lpfnDismiss: LPFNDISMISS§lpvDismissContext: *mut c_void§lpszCaption: *mut i8§lpszNewEntryTitle: *mut i8§lpszDestWellsTitle: *mut i8§cDestFields: u32§nDestFieldFocus: u32§lppszDestTitles: *mut *mut i8§lpulDestComps: *mut u32§lpContRestriction: *mut SRestriction§lpHierRestriction: *mut SRestriction

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.