VSSAVEFILENAMEW 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, which are used by the OPENFILENAME structure.

System_CAPS_pubfielddwHelpTopic

DWORD specifying the help topic.

System_CAPS_pubfieldhwndOwner

HWND specifying the handle of the owning window.

System_CAPS_pubfieldlStructSize

DWORD holding the size of this VSSAVEFILENAMEW.

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 indicating the maximum number of characters in the file name.

System_CAPS_pubfieldpSaveOpts

Pointer to an IVsSaveOptionsDlg instance. This interface shows a dialog box from which to choose additional save format options.

System_CAPS_pubfieldpwzDlgTitle

Pointer to a string containing the Save Options dialog box title.

System_CAPS_pubfieldpwzFileName

Pointer to a string containing the file name.

System_CAPS_pubfieldpwzFilter

Pointer to a string containing the file name filter.

System_CAPS_pubfieldpwzInitialDir

Pointer to a string containing the initial directory.

Return to top
Show: