Disable

  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.

Parameters

lpDestDev

Points to a PDEVICE or PBITMAP structure specifying the destination device or bitmap.

Return Value

This function has no return value.

Comments

The export ordinal for this function is 4.

See Also

Enable