Méthode IXpsOMObjectFactory ::CreatePartUri (xpsobjectmodel.h)
Crée une interface IOpcPartUri qui utilise l’URI spécifié.
Syntaxe
HRESULT CreatePartUri(
[in] LPCWSTR uri,
[out, retval] IOpcPartUri **partUri
);
Paramètres
[in] uri
Chaîne d’URI.
[out, retval] partUri
Pointeur vers l’interface IOpcPartUri créée par cette méthode.
Valeur retournée
Cette méthode retourne un code HRESULT. Les valeurs possibles incluent, sans s’y limiter, celles de la table qui suit. Pour plus d’informations sur les valeurs de retour de l’API de document XPS qui ne sont pas répertoriées dans ce tableau, consultez Erreurs de document XPS.
Code de retour | Description |
---|---|
|
S_OK |
|
partUri a la valeur NULL. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2, Windows Server 2008 avec SP2 et Mise à jour de plateforme pour Windows Server 2008 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | xpsobjectmodel.h |