Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::OFNOTIFYA [−][src]
#[repr(C)]pub struct OFNOTIFYA {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEA,
pub pszFile: PSTR,
}Fields
hdr: NMHDRlpOFN: *mut OPENFILENAMEApszFile: PSTRTrait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for OFNOTIFYA
impl UnwindSafe for OFNOTIFYA
Blanket Implementations
Mutably borrows from an owned value. Read more