System.Win.ObjComAuto.TObjectDispatch.GetTypeInfoCount
Delphi
function GetTypeInfoCount(out Count: Integer): HRESULT; stdcall;
C++
HRESULT __stdcall GetTypeInfoCount(/* out */ int &Count);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.Win.ObjComAuto.pas System.Win.ObjComAuto.hpp |
System.Win.ObjComAuto | TObjectDispatch |
Description
Récupère le nombre d'interfaces d'information de type gérées par l'objet COM (1 ou 0).
Si l'objet COM gère les informations de type, le paramètre Count a la valeur 1 (le nombre d'interfaces d'information de type) et la valeur de retour est S_OK.
Remarque : L'implémentation en cours de GetTypeInfoCount renvoie E_NOTIMPL.