IDirList.get_HWND Method
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.
Overloads
get_HWND(Int32) |
Returns the HWND of the directory list. |
get_HWND(IntPtr) |
get_HWND(Int32)
Returns the HWND of the directory list.
public:
int get_HWND([Runtime::InteropServices::Out] int % phwnd);
[System.Runtime.InteropServices.DispId(1610743808)]
public int get_HWND (out int phwnd);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member get_HWND : int -> int
Public Function get_HWND (ByRef phwnd As Integer) As Integer
Parameters
- phwnd
- Int32
[out] The HWND of the directory list.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Attributes
Applies to
get_HWND(IntPtr)
public:
int get_HWND([Runtime::InteropServices::Out] IntPtr % phwnd);
[System.Runtime.InteropServices.DispId(1610743808)]
public int get_HWND (out IntPtr phwnd);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member get_HWND : nativeint -> int
Public Function get_HWND (ByRef phwnd As IntPtr) As Integer
Parameters
- phwnd
-
IntPtr
nativeint
Returns
- Attributes