Description
GreCloseDC closes a device context.
This function is supported by the graphics engine.
#define INCL_GRE_DCS #include <os2.h> HDC hdc; /* Device context handle. */ PVOID pInstance; /* Pointer to instance data. */ ULONG lFunction; /* High-order WORD=flags; low-order WORD=NGreCloseDC. */ BOOL fSuccess; /* Return codes. */ fSuccess = GreCloseDC(hdc, pInstance, lFunction);