void Disable(lpDestDev) | |||
LPPDEVICE lpDestDev; |
The Disable function disables the specified device. GDI calls this function when it deletes a device or information context for an application, or when it saves the context in preparation for Windows switching to a full-screen application.
Every graphics driver must export a Disable function.
lpDestDev
Points to a PDEVICE or PBITMAP structure specifying the destination device or bitmap.
This function has no return value.
The export ordinal for this function is 4.