#[repr(C)]
pub struct OPENFILENAMEA {
Show 23 fields pub lStructSize: u32, pub hwndOwner: HWND, pub hInstance: HINSTANCE, pub lpstrFilter: PCSTR, pub lpstrCustomFilter: PSTR, pub nMaxCustFilter: u32, pub nFilterIndex: u32, pub lpstrFile: PSTR, pub nMaxFile: u32, pub lpstrFileTitle: PSTR, pub nMaxFileTitle: u32, pub lpstrInitialDir: PCSTR, pub lpstrTitle: PCSTR, pub Flags: OPEN_FILENAME_FLAGS, pub nFileOffset: u16, pub nFileExtension: u16, pub lpstrDefExt: PCSTR, pub lCustData: LPARAM, pub lpfnHook: LPOFNHOOKPROC, pub lpTemplateName: PCSTR, pub pvReserved: *mut c_void, pub dwReserved: u32, pub FlagsEx: OPEN_FILENAME_FLAGS_EX,
}
Expand description

Required features: "Win32_UI_Controls_Dialogs", "Win32_Foundation"

Fields

lStructSize: u32hwndOwner: HWNDhInstance: HINSTANCElpstrFilter: PCSTRlpstrCustomFilter: PSTRnMaxCustFilter: u32nFilterIndex: u32lpstrFile: PSTRnMaxFile: u32lpstrFileTitle: PSTRnMaxFileTitle: u32lpstrInitialDir: PCSTRlpstrTitle: PCSTRFlags: OPEN_FILENAME_FLAGSnFileOffset: u16nFileExtension: u16lpstrDefExt: PCSTRlCustData: LPARAMlpfnHook: LPOFNHOOKPROClpTemplateName: PCSTRpvReserved: *mut c_voiddwReserved: u32FlagsEx: OPEN_FILENAME_FLAGS_EX

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.