VSOPENFILENAMEW Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Similar to the OPENFILENAMEW struct.
public value class VSOPENFILENAMEW
struct VSOPENFILENAMEW
[System.Runtime.InteropServices.ComConversionLoss]
public struct VSOPENFILENAMEW
[<System.Runtime.InteropServices.ComConversionLoss>]
type VSOPENFILENAMEW = struct
Public Structure VSOPENFILENAMEW
- Inheritance
-
VSOPENFILENAMEW
- Attributes
Fields
dwFlags |
DWORD specifying standard OFN_ flags. |
dwHelpTopic |
DWORD specifying the help topic. |
hwndOwner |
HWND of the owing window. |
lStructSize |
DWORD holding the size of VSOPENFILENAMEW. |
nFileExtension |
DWORD indicating the file extension. |
nFileOffset |
DWORD indicating the file offset. |
nFilterIndex |
DWORD indicating the filter index. |
nMaxFileName |
DWORD holding the maximum number of characters in the file name. |
pwzDlgTitle |
String holding the title of the dialog box. |
pwzFileName |
String holding the file name. The first character of this buffer must be NULL if initialization is not necessary. |
pwzFilter |
String containing the file name filter. |
pwzInitialDir |
String containing the initial directory. |