FdoILockOwnersReader Class Reference
The
FdoILockOwnersReader interface provides forward-only, read-only functionality for identifying users. A connected user has status of lock owner even if he has no locks or has released his locks.
More...
#include <ILockOwnersReader.h>
Inherits FdoIDisposable.
List of all members.
|
Public Member Functions |
virtual FDO_API void | Close ()=0 |
| Closes the FdoILockOwnersReader object, freeing any resources it may be holding.
|
virtual FDO_API FdoString * | GetLockOwner ()=0 |
| Gets the name of a user.
|
virtual FDO_API bool | ReadNext ()=0 |
| Advances the reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.
|
Detailed Description
The
FdoILockOwnersReader interface provides forward-only, read-only functionality for identifying users. A connected user has status of lock owner even if he has no locks or has released his locks.
Definition at line 37 of file ILockOwnersReader.h.
The documentation for this class was generated from the following file: