| FDO API Reference | Feature Data Objects |
#include <ILockOwnersReader.h>
Inherits FdoIDisposable.
Inheritance diagram for FdoILockOwnersReader:

Definition at line 37 of file ILockOwnersReader.h.
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. | |
| Comments or suggestions? Send us feedback. |