| Visual Basic | |
|---|---|
Function GetFirstRevisionPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstRevisionPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstRevisionPosition(); | |
Return Value
IEdmPos5; position of the first revision set on this fileAfter calling this method, pass the returned first revision position to IEdmEnumeratorVersion5::GetNextRevision to get the first revision. Then call IEdmEnumeratorVersion5::GetNextRevision repeatedly to get the rest of the revisions set on this file.
C++ programmers not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
- S_FALSE: An argument is invalid.
SOLIDWORKS PDM Professional Version 5.2