Description:
EXT_CMD_ENDIVE_GET is optional and is called to blit an image from the screen.
#include <GRADD.h> GID gid; /* ID of the GRADD. */ ULONG ulFunction; /* Set equal to EXT_CMD_ENDIVE_GET. */ PVOID pIn; /* Pointer to an IMAGEPACK data structure. */ PVOID pOut; /* NULL. */ ULONG rc; /* Return codes. */ rc = HWENTRY(gid, ulFunction, pIn, pOut);