WORD DeviceBitmap(
LPPDEVICE lpDestDev,
WORD wCommand,
LPBITMAP lpBitmap,
LPSTR lpBits
);
Performs the specified action on a device bitmap.
The export ordinal for this function is 16.
Every graphics driver must export a DeviceBitmap function.
Because GDI does not currently use DeviceBitmap, implement the function as a stub function that carries out no action and always returns zero.
PDEVICE, PBITMAP