Allow an application to resolve and return the data to an external entity.
If the application cannot perform this task than an error code of eNotSupported is returned.
- Parameters
-
| pPublicId | [ in ] Along with pSystemId as the entity's unique identifier |
| pSystemId | [ in ] Along with pPublicId as the entity's unique identifier |
| pStream | [ out ] The contents of the resolved entity |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pPublicId, pSystemId, or pStream is NULL. |
| P6R::eNotSupported | The application cannot resolve the entity. |