EngCreateSemaphore

HSEMAPHORE EngCreateSemaphore(VOID)

EngCreateSemaphore creates a semaphore object.

Return Value

If the function succeeds, the return value is a handle to the semaphore object. A null pointer is returned if the function fails.

Comments

Graphics drivers can create and use a semaphore object for resource synchronization. For example:

See Also

EngAcquireSemaphore, EngDeleteSemaphore, EngReleaseSemaphore