Description
GreDeleteSetId deletes the character set, marker set, or pattern set identified by lcid.
This function is supported by the graphics engine.
#define INCL_GRE_SETID #include <os2.h> HDC hdc; /* Device context handle. */ LONG lcid; /* Local identifier. */ PVOID pInstance; /* Pointer to instance data. */ ULONG lFunction; /* High-order WORD=flags; low-order WORD=NGreDeleteSetId. */ BOOL fSuccess; /* Return codes. */ fSuccess = GreDeleteSetId(hdc, lcid, pInstance, lFunction);