subcalls.hlp (Topic list)
VioDeleteSetId (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_AVIO
 
USHORT VioDeleteSetId(lcid, hvps)
LONG lcid;    /* local identifier for object */
HVPS hvps;    /* presentation-space handle   */
 
The VioDeleteSetId function deletes the logical font specified by the lcid
parameter. Do not use this function to delete the object specified by the
local identifier zero.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
lcid       Specifies the local identifier for the object. This parameter
           must be 1, 2, or 3. If you specify -1, this function deletes all
           logical fonts.
 
hvps       Identifies the advanced video-input-and-output (AVIO)
           presentation space. This presentation space must have been
           created previously by using the VioCreatePS function.
 
Return Value
 
The return value is zero if the function is successful. Otherwise, it is an
error value.
 
See Also
 
VioCreateLogFont, VioCreatePS