Méthode IContext ::SetProperty (objidl.h)
Ajoute la propriété de contexte spécifiée au contexte de l’objet.
Syntaxe
HRESULT SetProperty(
[in] REFGUID rpolicyId,
[in] CPFLAGS flags,
[in] IUnknown *pUnk
);
Paramètres
[in] rpolicyId
GUID qui identifie de manière unique cette propriété de contexte.
[in] flags
Ce paramètre est réservé et doit être égal à zéro.
[in] pUnk
Pointeur vers la propriété de contexte à ajouter.
Valeur retournée
Cette méthode peut retourner les valeurs de retour standard E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL et S_OK.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | objidl.h (inclure ObjIdl.h) |