Share via


SpSetExtendedInformationFn, fonction de rappel (ntsecpkg.h)

Définit des informations étendues sur le package de sécurité.

Syntaxe

SpSetExtendedInformationFn Spsetextendedinformationfn;

NTSTATUS Spsetextendedinformationfn(
  [in] SECPKG_EXTENDED_INFORMATION_CLASS Class,
  [in] PSECPKG_EXTENDED_INFORMATION Info
)
{...}

Paramètres

[in] Class

Valeur d’énumération SECPKG_EXTENDED_INFORMATION_CLASS indiquant le type d’informations étendues.

[in] Info

Pointeur vers une structure SECPKG_EXTENDED_INFORMATION contenant le jeu d’informations étendu.

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.

Notes

Pour récupérer des informations étendues, la fonction SpGetExtendedInformation est appelée.

Un fournisseur de services partagés/AP doit implémenter la fonction SpSetExtendedInformation ; toutefois, le nom réel donné à l’implémentation appartient au développeur de package.

Un pointeur vers la fonction SpSetExtendedInformation est disponible dans la structure SECPKG_FUNCTION_TABLE reçue de la fonction SpLsaModeInitialize .

Spécifications

   
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

Voir aussi

SECPKG_EXTENDED_INFORMATION

SECPKG_EXTENDED_INFORMATION_CLASS

SECPKG_FUNCTION_TABLE

SecPkgInfo

SpGetExtendedInformation

SpLsaModeInitialize