Converts the specified window handle to an Win32Window interface that can be used in the .NET Framework.
Syntax
Visual Basic (Declaration) | |
---|
Function GetWin32Window( _
ByVal lHwnd As System.Integer _
) As System.Object |
C# | |
---|
System.object GetWin32Window(
System.int lHwnd
) |
C++/CLI | |
---|
System.Object^ GetWin32Window(
& System.int lHwnd
) |
Parameters
- lHwnd
- Window handle to convert
Return Value
IWin32Window interface
Example
See Also
Availability
SOLIDWORKS PDM Professional Version 6.4