#[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: u32lpABContEntryID: *mut ENTRYIDulFlags: u32lpReserved: *mut c_voidulHelpContext: u32lpszHelpFileName: *mut i8lpfnABSDI: LPFNABSDIlpfnDismiss: LPFNDISMISSlpvDismissContext: *mut c_voidlpszCaption: *mut i8lpszNewEntryTitle: *mut i8lpszDestWellsTitle: *mut i8cDestFields: u32nDestFieldFocus: u32lppszDestTitles: *mut *mut i8lpulDestComps: *mut u32lpContRestriction: *mut SRestrictionlpHierRestriction: *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.