Struct windows_sys::Win32::Networking::ActiveDirectory::DSBROWSEINFOW
#[repr(C)]pub struct DSBROWSEINFOW {Show 15 fields
pub cbStruct: u32,
pub hwndOwner: HWND,
pub pszCaption: PCWSTR,
pub pszTitle: PCWSTR,
pub pszRoot: PCWSTR,
pub pszPath: PWSTR,
pub cchPath: u32,
pub dwFlags: u32,
pub pfnCallback: BFFCALLBACK,
pub lParam: LPARAM,
pub dwReturnFormat: u32,
pub pUserName: PCWSTR,
pub pPassword: PCWSTR,
pub pszObjectClass: PWSTR,
pub cchObjectClass: u32,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
, "Win32_UI_Shell"
Fields§
§cbStruct: u32
§hwndOwner: HWND
§pszCaption: PCWSTR
§pszTitle: PCWSTR
§pszRoot: PCWSTR
§pszPath: PWSTR
§cchPath: u32
§dwFlags: u32
§pfnCallback: BFFCALLBACK
§lParam: LPARAM
§dwReturnFormat: u32
§pUserName: PCWSTR
§pPassword: PCWSTR
§pszObjectClass: PWSTR
§cchObjectClass: u32