Share via


CMultiLock::IsLocked

Determines if the specified object is nonsignaled (unavailable).

BOOL IsLocked( 
   DWORD dwItem  
);

Parameters

  • dwItem
    The index in the array of objects corresponding to the object whose state is being queried.

Return Value

Nonzero if the specified object is locked; otherwise 0.

Requirements

Header: afxmt.h

See Also

Reference

CMultiLock Class

Hierarchy Chart