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: DWORD hwndOwner: HWND hInstance: HINSTANCE lpstrFilter: LPCWSTR lpstrCustomFilter: LPWSTR nMaxCustFilter: DWORD nFilterIndex: DWORD lpstrFile: LPWSTR nMaxFile: DWORD lpstrFileTitle: LPWSTR nMaxFileTitle: DWORD lpstrInitialDir: LPCWSTR lpstrTitle: LPCWSTR Flags: DWORD nFileOffset: WORD nFileExtension: WORD lpstrDefExt: LPCWSTR lCustData: LPARAM lpfnHook: LPOFNHOOKPROC lpTemplateName: LPCWSTR pvReserved: *mut c_void dwReserved: DWORD FlagsEx: DWORD

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