Retrieves a handle to an object of the specified type that has been selected into the specified device context
#include <WinAPIHObj.au3>
_WinAPI_GetCurrentObject ( $hDC, $iType )
$hDC | Handle to the device context. |
$iType | The object type to be queried. This parameter can be one of the following values. $OBJ_BITMAP $OBJ_BRUSH $OBJ_COLORSPACE $OBJ_FONT $OBJ_PAL $OBJ_PEN |
Success: | Handle to the specified object. |
Failure: | 0. |
Search GetCurrentObject in MSDN Library.