In This Topic
GdPicture14 Namespace / GdPictureImaging Class / GetDesktopHwndI Method

GetDesktopHwndI Method (GdPictureImaging)

In This Topic
Returns the handle of the Windows desktop window. The desktop window is the one which covers the entire screen. The desktop window is the area on top of which all icons and other windows are painted.
Syntax
'Declaration
 
Public Function GetDesktopHwndI() As Integer
public int GetDesktopHwndI()
public function GetDesktopHwndI(): Integer; 
public function GetDesktopHwndI() : int;
public: int GetDesktopHwndI(); 
public:
int GetDesktopHwndI(); 

Return Value

The desktop Windows handle, as Integer value.
Remarks
You can regularly apply the GetStat method to determine if this method has been successful.
See Also