CssNetUserEnum Members
Functions
| Name | Description |
|---|---|
| Cancel | Cancel enumeration of users. |
| SetInfoLevel | Change level of user information cached (likely starting additional incremental enumeration). |
| Wait | Wait for the enumeration to finish. |
Properties
| Name | Description |
|---|---|
| Count | Retrieve count of enumerated users (also valid during enumeration). Return value: Long. This property is read only. |
| EnumError | Check if any error occurred during enumeration. Return value: Boolean. This property is read only. |
| EnumFinished | Is enumeration of users finished. Return value: Boolean. This property is read only. |
| ErrorMsg | Retrieve possible message associated with enumeration error. Return value: String. This property is read only. |
| FinishedEventName | Get the name of a Windows Event for use in Wait functions. This named event will be signaled at all times that EnumFinished is True, and non-signaled otherwise.). Return value: String. This property is read only. |
| InfoLevel | Retrieve level of user information cached. Return value: CssUserInfoLevel. This property is read only. |
| Item | Retrieve user information. Return value: CssNetUserInfo. This property is read only. |
Subtopics