CShareLockNH::PartialLock method

Prevents more than one thread from completing acquiring a lock.

Syntax

void PartialLock();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

While PartialLock is in effect, other threads calling ShareLock can enter the lock.

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Rwnh.dll