Makes the logical font no longer available through the local ID.

#define INCL_VIO
#include <os2.h>

ULONG     lcid;  /*  Local ID for the font. */
HVIO      hvps;  /*  VIO presentation space handle. */
APIRET    rc;    /*  Return code. */

rc = VioDeleteSetId(lcid, hvps);


[Back] [Next]