Méthode IColumnMapper::GetPropInfoFromId (indexsrv.h)
Obtient les informations de propriété à partir du DBID.
Syntaxe
HRESULT GetPropInfoFromId(
[in] const DBID *pPropId,
[out] WCHAR **pwcsName,
[out] DBTYPE *pPropType,
[out] unsigned int *puiWidth
);
Paramètres
[in] pPropId
Pointeur vers la propriété à rechercher.
[out] pwcsName
Nom de la propriété de retour.
[out] pPropType
Type de retour de la propriété.
[out] puiWidth
Largeur de la propriété de retour.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
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 | indexsrv.h |
Composant redistribuable | Pack d’options Windows NT 4.0 |