Struct winapi::commdlg::OPENFILENAMEA [] [src]

pub struct OPENFILENAMEA {
    pub lStructSize: DWORD,
    pub hwndOwner: HWND,
    pub hInstance: HINSTANCE,
    pub lpstrFilter: LPCSTR,
    pub lpstrCustomFilter: LPSTR,
    pub nMaxCustFilter: DWORD,
    pub nFilterIndex: DWORD,
    pub lpstrFile: LPSTR,
    pub nMaxFile: DWORD,
    pub lpstrFileTitle: LPSTR,
    pub nMaxFileTitle: DWORD,
    pub lpstrInitialDir: LPCSTR,
    pub lpstrTitle: LPCSTR,
    pub Flags: DWORD,
    pub nFileOffset: WORD,
    pub nFileExtension: WORD,
    pub lpstrDefExt: LPCSTR,
    pub lCustData: LPARAM,
    pub lpfnHook: LPOFNHOOKPROC,
    pub lpTemplateName: LPCSTR,
    pub pvReserved: *mut c_void,
    pub dwReserved: DWORD,
    pub FlagsEx: DWORD,
}

Fields

lStructSize: DWORD hwndOwner: HWND hInstance: HINSTANCE lpstrFilter: LPCSTR lpstrCustomFilter: LPSTR nMaxCustFilter: DWORD nFilterIndex: DWORD lpstrFile: LPSTR nMaxFile: DWORD lpstrFileTitle: LPSTR nMaxFileTitle: DWORD lpstrInitialDir: LPCSTR lpstrTitle: LPCSTR Flags: DWORD nFileOffset: WORD nFileExtension: WORD lpstrDefExt: LPCSTR lCustData: LPARAM lpfnHook: LPOFNHOOKPROC lpTemplateName: LPCSTR pvReserved: *mut c_void dwReserved: DWORD FlagsEx: DWORD

Trait Implementations

impl Copy for OPENFILENAMEA
[src]

impl Clone for OPENFILENAMEA
[src]

fn clone(&self) -> OPENFILENAMEA

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