Méthode IObjectWithProgID ::GetProgID (shobjidl_core.h)
Récupère le ProgID associé à un objet .
Syntaxe
HRESULT GetProgID(
[out] LPWSTR *ppszProgID
);
Paramètres
[out] ppszProgID
Type : LPWSTR*
Pointeur vers une chaîne qui, lorsque cette méthode retourne correctement, contient le ProgID.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl_core.h (incluez Shobjidl.h) |