[][src]Struct CCODE::tagOFNW

#[repr(C)]pub struct tagOFNW {
    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: DWORDhwndOwner: HWNDhInstance: HINSTANCElpstrFilter: LPCWSTRlpstrCustomFilter: LPWSTRnMaxCustFilter: DWORDnFilterIndex: DWORDlpstrFile: LPWSTRnMaxFile: DWORDlpstrFileTitle: LPWSTRnMaxFileTitle: DWORDlpstrInitialDir: LPCWSTRlpstrTitle: LPCWSTRFlags: DWORDnFileOffset: WORDnFileExtension: WORDlpstrDefExt: LPCWSTRlCustData: LPARAMlpfnHook: LPOFNHOOKPROClpTemplateName: LPCWSTRpvReserved: *mut c_voiddwReserved: DWORDFlagsEx: DWORD

Trait Implementations

impl Clone for tagOFNW[src]

impl Copy for tagOFNW[src]

impl Debug for tagOFNW[src]

Auto Trait Implementations

impl RefUnwindSafe for tagOFNW

impl !Send for tagOFNW

impl !Sync for tagOFNW

impl Unpin for tagOFNW

impl UnwindSafe for tagOFNW

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.