VSBROWSEINFOW Struct

Definition

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 pszHelpTopic parameter from the GetDirectoryViaBrowseDlgEx(VSBROWSEINFOW[], String, String, String, VSNSEBROWSEINFOW[]) 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.

Applies to