VSOPENFILENAMEW Fields
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
