VioDestroyPS: Difference between revisions
Appearance
mNo edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
; hvps (HVIO) - input :VIO presentation-space handle. | ;hvps (HVIO) - input :VIO presentation-space handle. | ||
:This is a value returned by [[VioCreatePS]]. | :This is a value returned by [[VioCreatePS]]. | ||
==Return Code== | ==Return Code== | ||
;rc (APIRET) - returns:VioDestroyPS returns one of the following values: | |||
VioDestroyPS returns one of the following values: | *0 NO_ERROR | ||
* 0 NO_ERROR | *421 ERROR_VIO_INVALID_PARMS | ||
* 421 ERROR_VIO_INVALID_PARMS | *436 ERROR_VIO_INVALID_HANDLE | ||
* 436 ERROR_VIO_INVALID_HANDLE | *499 ERROR_VIO_ASSOCIATED_DC | ||
* 499 ERROR_VIO_ASSOCIATED_DC | |||
==Remarks== | ==Remarks== | ||
Line 22: | Line 21: | ||
After this call, the local ID for the font is available for reuse. | After this call, the local ID for the font is available for reuse. | ||
[[Category:Vio]] | [[Category:Vio]] |
Latest revision as of 02:26, 2 January 2020
Destroys the VIO presentation space.
Syntax
VioDestroyPS (hvps)
Parameters
- hvps (HVIO) - input
- VIO presentation-space handle.
- This is a value returned by VioCreatePS.
Return Code
- rc (APIRET) - returns
- VioDestroyPS returns one of the following values:
- 0 NO_ERROR
- 421 ERROR_VIO_INVALID_PARMS
- 436 ERROR_VIO_INVALID_HANDLE
- 499 ERROR_VIO_ASSOCIATED_DC
Remarks
The presentation space must not be associated with a device context when VioDestroyPS is called.
The VIO presentation-space handle is invalid after this call.
After this call, the local ID for the font is available for reuse.