VSBROWSEINFOW Fields
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | dwFlags | Standard flags from the BROWSEINFO structure. |
![]() | dwHelpTopic | Help topic string. This is overridden by pszHelpTopic parameter from the GetDirectoryViaBrowseDlgEx method. |
![]() | hwndOwner | Handle of the owner window for the dialog box. |
![]() | lStructSize | DWORD indicating the size of VSBROWSEINFOW. |
![]() | nMaxDirName | Maximum length of the directory name. |
![]() | pwzDirName | String containing the directory name. |
![]() | pwzDlgTitle | String containing the title of the dialog box. |
![]() | pwzInitialDir | String containing the initial directory. |
Show:
