VSBROWSEINFOW 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.
Specifies information used to display the Browse dialog box.
public value class VSBROWSEINFOW
struct VSBROWSEINFOW
[System.Runtime.InteropServices.ComConversionLoss]
public struct VSBROWSEINFOW
[<System.Runtime.InteropServices.ComConversionLoss>]
type VSBROWSEINFOW = struct
Public Structure VSBROWSEINFOW
- Inheritance
-
VSBROWSEINFOW
- Attributes
Fields
dwFlags |
Standard flags from the BROWSEINFO structure. |
dwHelpTopic |
Help topic string. This is overridden by |
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. |