|
pure virtual |
Colapses the specified P6TIMEINFO structure into a P6TIME value, automatically adjusting for any changes in the member values.
| pExpandedTime | [ in ] A pointer to the P6TIMEINFO structure to collapse. |
| pTime | [ in ] A pointer to the P6TIME that will receive the collapsed time value. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pTime was NULL |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. | |
| Any valid P6ERR. |