| C++/CLI | |
|---|---|
IEdmUser5^ GetNextUser( & IEdmPos5^ poPos ) | |
Parameters
- poPos
- IEdmPos5; position in the enumeration of the next user
Return Value
IEdmUser5Get and Set Folder Permissions (VB.NET)
Get and Set Folder Permissions (C#)
Send Message to Users (C#)
Send Message to Users (VB.NET)
Get and Set Folder Permissions (C#)
Send Message to Users (C#)
Send Message to Users (VB.NET)
Before calling this method the first time, you must populate poPos with the interface to the position of the first user in the list, IEdmPos5. Call IEdmUserMgr5::GetFirstUserPosition to obtain poPos.
After calling this method the first time, poPos is automatically incremented every time it is called. Call this method repeatedly to obtain the rest of the users in the list.
Be sure to call IEdmPos5::IsNull before you call this method to ensure you have not reached the end of the enumeration.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 5.2