ShellSystemListGetWindow Method |
IOleWindow interface implementation (http://msdn.microsoft.com/en-us/library/ms680102(VS.85).aspx)
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int GetWindow(
out IntPtr phwnd
)
Public Function GetWindow (
<OutAttribute> ByRef phwnd As IntPtr
) As Integer
public:
virtual int GetWindow(
[OutAttribute] IntPtr% phwnd
) sealed
abstract GetWindow :
phwnd : IntPtr byref -> int
override GetWindow :
phwnd : IntPtr byref -> int
Parameters
- phwnd
- Type: SystemIntPtr
The window handle.
Return Value
Type:
Int32S_OK alwys in the current implementation
See Also