VioDeleteSetId: Difference between revisions
Appearance
m Ak120 moved page OS2 API:CPI:VioDeleteSetId to VioDeleteSetId |
mNo edit summary |
||
Line 1: | Line 1: | ||
Makes the logical font no longer available through the local ID. | Makes the logical font no longer available through the local ID. | ||
==Syntax== | ==Syntax== | ||
VioDeleteSetId (lcid, hvps); | |||
==Parameters== | ==Parameters== | ||
; lcid (ULONG) - input : Local ID for the font. | ;lcid (ULONG) - input : Local ID for the font. | ||
;hvps (HVIO) - input : VIO presentation space handle. | |||
:This is either 0 to indicate the default VIO session, or a value returned by VioCreatePS. | |||
==Return Code== | ==Return Code== | ||
rc (APIRET) - returns | rc (APIRET) - returns | ||
VioDeleteSetId returns one of the following values: | VioDeleteSetId returns one of the following values: | ||
* 0 NO_ERROR | * 0 NO_ERROR | ||
* 421 ERROR_VIO_INVALID_PARMS | * 421 ERROR_VIO_INVALID_PARMS | ||
Line 32: | Line 20: | ||
In OS/2 2.x, hvps cannot be 0. | In OS/2 2.x, hvps cannot be 0. | ||
[[Category: | [[Category:Vio]] |
Revision as of 07:19, 10 February 2017
Makes the logical font no longer available through the local ID.
Syntax
VioDeleteSetId (lcid, hvps);
Parameters
- lcid (ULONG) - input
- Local ID for the font.
- hvps (HVIO) - input
- VIO presentation space handle.
- This is either 0 to indicate the default VIO session, or a value returned by VioCreatePS.
Return Code
rc (APIRET) - returns
VioDeleteSetId returns one of the following values:
- 0 NO_ERROR
- 421 ERROR_VIO_INVALID_PARMS
- 436 ERROR_VIO_INVALID_HANDLE
Remarks
After this call, the lcid is available for reuse.
In OS/2 2.x, hvps cannot be 0.