Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::OFNOTIFYW [−][src]
#[repr(C)]pub struct OFNOTIFYW {
pub hdr: NMHDR,
pub lpOFN: *mut OPENFILENAMEW,
pub pszFile: PWSTR,
}Fields
hdr: NMHDRlpOFN: *mut OPENFILENAMEWpszFile: PWSTRTrait Implementations
type DefaultType = OFNOTIFYW
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 OFNOTIFYW
impl UnwindSafe for OFNOTIFYW
Blanket Implementations
Mutably borrows from an owned value. Read more