OPENFILENAME class base Struct
Contains information that the GetOpenFileName and GetSaveFileName functions use to initialize an Open or Save As dialog box. After the user closes the dialog box, the system returns information about the user's selection in this structure.
- Inheritance
-
- Object
- NativeType
- Struct
- OPENFILENAME
Constructors
Properties
- dwReserved ↔ int
-
read / write
- Flags ↔ int
-
read / write
- FlagsEx ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hInstance ↔ int
-
read / write
- hwndOwner ↔ int
-
read / write
- lCustData ↔ int
-
read / write
-
lpfnHook
↔ Pointer<
NativeFunction< OFNHookProc>> -
read / write
-
lpstrCustomFilter
↔ Pointer<
Utf16> -
read / write
-
lpstrDefExt
↔ Pointer<
Utf16> -
read / write
-
lpstrFile
↔ Pointer<
Utf16> -
read / write
-
lpstrFileTitle
↔ Pointer<
Utf16> -
read / write
-
lpstrFilter
↔ Pointer<
Utf16> -
read / write
-
lpstrInitialDir
↔ Pointer<
Utf16> -
read / write
-
lpstrTitle
↔ Pointer<
Utf16> -
read / write
-
lpTemplateName
↔ Pointer<
Utf16> -
read / write
- lStructSize ↔ int
-
read / write
- nFileExtension ↔ int
-
read / write
- nFileOffset ↔ int
-
read / write
- nFilterIndex ↔ int
-
read / write
- nMaxCustFilter ↔ int
-
read / write
- nMaxFile ↔ int
-
read / write
- nMaxFileTitle ↔ int
-
read / write
-
pvReserved
↔ Pointer<
NativeType> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited