VioScrUnLock: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
VioScrUnLock(VioHandle) | |||
==Parameters== | ==Parameters== | ||
;VioHandle (HVIO) - input : VIO presentation-space handle. | ;VioHandle (HVIO) - input : VIO presentation-space handle. | ||
Line 19: | Line 11: | ||
;rc (APIRET) - returns:VioScrlUnLock returns one of the following values: | ;rc (APIRET) - returns:VioScrlUnLock returns one of the following values: | ||
* 0 NO_ERROR | * 0 NO_ERROR | ||
* 367 | * 367 ERROR_VIO_UNLOCK | ||
* 421 | * 421 ERROR_VIO_INVALID_PARMS | ||
* 430 | * 430 ERROR_VIO_ILLEGAL_DURING_POPUP | ||
* 436 | * 436 ERROR_VIO_INVALID_HANDLE | ||
==Remarks== | ==Remarks== | ||
This call releases the screen lock that is set by VioScrLock. The VioScrUnLock call must be issued by the same thread that issued VioScrLock. | This call releases the screen lock that is set by [[VioScrLock]]. The VioScrUnLock call must be issued by the same thread that issued VioScrLock. | ||
[[Category:Vio]] | [[Category:Vio]] |
Latest revision as of 18:06, 28 February 2017
Releases ownership of (unlocks) the physical display buffer.
Syntax
VioScrUnLock(VioHandle)
Parameters
- VioHandle (HVIO) - input
- VIO presentation-space handle.
- Reserved. Must be 0.
Return Code
- rc (APIRET) - returns
- VioScrlUnLock returns one of the following values:
- 0 NO_ERROR
- 367 ERROR_VIO_UNLOCK
- 421 ERROR_VIO_INVALID_PARMS
- 430 ERROR_VIO_ILLEGAL_DURING_POPUP
- 436 ERROR_VIO_INVALID_HANDLE
Remarks
This call releases the screen lock that is set by VioScrLock. The VioScrUnLock call must be issued by the same thread that issued VioScrLock.