VSOPENFILENAMEW Fields

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubfielddwFlags

DWORD specifying standard OFN_ flags.

System_CAPS_pubfielddwHelpTopic

DWORD specifying the help topic.

System_CAPS_pubfieldhwndOwner

HWND of the owing window.

System_CAPS_pubfieldlStructSize

DWORD holding the size of VSOPENFILENAMEW.

System_CAPS_pubfieldnFileExtension

DWORD indicating the file extension.

System_CAPS_pubfieldnFileOffset

DWORD indicating the file offset.

System_CAPS_pubfieldnFilterIndex

DWORD indicating the filter index.

System_CAPS_pubfieldnMaxFileName

DWORD holding the maximum number of characters in the file name.

System_CAPS_pubfieldpwzDlgTitle

String holding the title of the dialog box.

System_CAPS_pubfieldpwzFileName

String holding the file name. The first character of this buffer must be NULL if initialization is not necessary.

System_CAPS_pubfieldpwzFilter

String containing the file name filter.

System_CAPS_pubfieldpwzInitialDir

String containing the initial directory.

Return to top
Show: