Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::OFNOTIFYEXA [−][src]
#[repr(C)]pub struct OFNOTIFYEXA {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEA,
pub psf: *mut c_void,
pub pidl: *mut c_void,
}Fields
hdr: NMHDRlpOFN: *mut OPENFILENAMEApsf: *mut c_voidpidl: *mut c_voidTrait Implementations
type Abi = OFNOTIFYEXA
type Abi = OFNOTIFYEXA
The abi representation of the implementing type. Read more
type DefaultType = OFNOTIFYEXA
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for OFNOTIFYEXA
impl !Send for OFNOTIFYEXA
impl !Sync for OFNOTIFYEXA
impl Unpin for OFNOTIFYEXA
impl UnwindSafe for OFNOTIFYEXA
Blanket Implementations
Mutably borrows from an owned value. Read more