Fonction de rappel SpGetExtendedInformationFn (ntsecpkg.h)
La fonction SpGetExtendedInformation fournit des informations étendues sur un package de sécurité.
Syntaxe
SpGetExtendedInformationFn Spgetextendedinformationfn;
NTSTATUS Spgetextendedinformationfn(
[in] SECPKG_EXTENDED_INFORMATION_CLASS Class,
[out] PSECPKG_EXTENDED_INFORMATION *ppInformation
)
{...}
Paramètres
[in] Class
Valeur de l’énumération SECPKG_EXTENDED_INFORMATION_CLASS indiquant le type d’informations étendues.
[out] ppInformation
Pointeur vers un pointeur vers une structure SECPKG_EXTENDED_INFORMATION allouée par le package de sécurité. Si l’appel de fonction réussit, la structure retournée contient les informations demandées.
Valeur retournée
Si la fonction réussit, retournez STATUS_SUCCESS.
Si la fonction échoue, retourne un code NTSTATUS qui indique la raison de son échec.
Remarques
Les informations étendues sont définies à l’aide de la fonction SpSetExtendedInformation .
Un fournisseur SSP/AP doit implémenter la fonction SpGetExtendedInformation ; toutefois, le nom réel donné à l’implémentation appartient au développeur de package.
Un pointeur vers la fonction SpGetExtendedInformation est disponible dans la structure SECPKG_FUNCTION_TABLE reçue de la fonction SpLsaModeInitialize .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | ntsecpkg.h |