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. |