CVSemaphore

Unlocks real mode workspace access.

Thread Context:Blocking

Syntax

    void CVSemaphore (
       LONG workSpaceSemaphore
       );
    
    

Parameters

workSpaceSemaphore
(IN) Handle to the workspace semaphore.

Remarks

CVSemaphore is used to clear the semaphore that was set with CPSemaphore. For example, CPSemaphore is used when the driver has finished making an EISA BIOS call so that other processes can be allowed to use the workspace. It also is used to free memory allocated by GetRealModeWorkSpace. CVSemaphore returns with interrupts enabled.