Group: Device Context - Library: gdi32
Storing content of the Clipboard to a bitmap file
The original LoadPicture() function in VFP returns valid handles to bitmaps, icons, cursors, and metafiles
Reading the structure of VFP main menu
Custom GDI+ class
DWORD GetObjectType(
HGDIOBJ h // handle to graphics object
); DECLARE INTEGER GetObjectType IN gdi32;
INTEGER h h [in] Handle to the graphics object.
If the function fails, the return value is zero.
Home