Enters and exclusive lock used to synchronize calls to XGSetHardwareVersion with XG texture computer creation.
BOOL XGEnterExclusiveLock()
Type: BOOLÂ
true if the lock is acquired; false if the lock was not acquired or if exclusive locking is disabled.
Use the XGEnterExclusiveLock and XGLeaveExclusiveLock APIs to manually acquire and release the XG critical section. If exclusive locking is disabled, these APIs have no effect and XGEnterExclusiveLock returns false.
Header: Declared in xg.h.
Library: Use xg_x.lib.