Struct winapi::commdlg::OPENFILENAMEW
[−]
[src]
pub struct OPENFILENAMEW { pub lStructSize: DWORD, pub hwndOwner: HWND, pub hInstance: HINSTANCE, pub lpstrFilter: LPCWSTR, pub lpstrCustomFilter: LPWSTR, pub nMaxCustFilter: DWORD, pub nFilterIndex: DWORD, pub lpstrFile: LPWSTR, pub nMaxFile: DWORD, pub lpstrFileTitle: LPWSTR, pub nMaxFileTitle: DWORD, pub lpstrInitialDir: LPCWSTR, pub lpstrTitle: LPCWSTR, pub Flags: DWORD, pub nFileOffset: WORD, pub nFileExtension: WORD, pub lpstrDefExt: LPCWSTR, pub lCustData: LPARAM, pub lpfnHook: LPOFNHOOKPROC, pub lpTemplateName: LPCWSTR, pub pvReserved: *mut c_void, pub dwReserved: DWORD, pub FlagsEx: DWORD, }
Fields
lStructSize | |
hwndOwner | |
hInstance | |
lpstrFilter | |
lpstrCustomFilter | |
nMaxCustFilter | |
nFilterIndex | |
lpstrFile | |
nMaxFile | |
lpstrFileTitle | |
nMaxFileTitle | |
lpstrInitialDir | |
lpstrTitle | |
Flags | |
nFileOffset | |
nFileExtension | |
lpstrDefExt | |
lCustData | |
lpfnHook | |
lpTemplateName | |
pvReserved | |
dwReserved | |
FlagsEx |
Trait Implementations
impl Copy for OPENFILENAMEW
[src]
impl Clone for OPENFILENAMEW
[src]
fn clone(&self) -> OPENFILENAMEW
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more