Dynamic Windows Function [dw_pixmap_grab]
Syntax
HPIXMAP dw_pixmap_grab(HWND handle, unsigned long id)
Parameters
HWND handle: Window handle the pixmap is associated with.
unsigned long id: Resource ID associated with requested pixmap.
Returns
HPIXMAP A handle to a pixmap or NULL on failure.
Description
Creates a pixmap from internal resource graphic specified by id.