version 2003
PA_SetHandleState (handle; state)
| Parameter | Type | Description | |
| handle | PA_Handle | Handle | |
| state | char | State of the handle to set |
Description
The PA_SetHandleState command restores the state of the handle to a previous state, read by the PA_GetHandleState command. The state of a handle includes its lock attribute.
Examples
See PA_GetHandleState for more informations.
See Also
PA_GetHandleState, PA_LockHandle, PA_UnlockHandle.