tagMultiuserStatus
Return code of Multiuser routines (where resource locking may be involved).
Name |
Value |
Description |
MUSTATUS_SUCCESS |
0 |
The requested call succeeded. |
MUSTATUS_LOCKED |
1 |
The specified resource has already been locked by another process. |
MUSTATUS_NOT_LOCKED |
2 |
The specified resource was not previously locked. |