Funzione di callback spSetExtendedInformationFn (ntsecpkg.h)

Imposta informazioni estese sul pacchetto di sicurezza.

Sintassi

SpSetExtendedInformationFn Spsetextendedinformationfn;

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

Parametri

[in] Class

Valore di enumerazione SECPKG_EXTENDED_INFORMATION_CLASS che indica il tipo di informazioni estese.

[in] Info

Puntatore a una struttura SECPKG_EXTENDED_INFORMATION contenente il set di informazioni esteso.

Valore restituito

Se la funzione ha esito positivo, restituire STATUS_SUCCESS.

Se la funzione ha esito negativo, restituisce un codice NTSTATUS che indica il motivo per cui non è riuscito.

Commenti

Per recuperare informazioni estese, viene chiamata la funzione SpGetExtendedInformation .

Un SSP/AP deve implementare la funzione SpSetExtendedInformation ; tuttavia, il nome effettivo assegnato all'implementazione è fino allo sviluppatore del pacchetto.

Un puntatore alla funzione SpSetExtendedInformation è disponibile nella struttura SECPKG_FUNCTION_TABLEricevuta dalla funzione SpLsaModeInitialize .

Requisiti

   
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione ntsecpkg.h

Vedi anche

SECPKG_EXTENDED_INFORMATION

SECPKG_EXTENDED_INFORMATION_CLASS

SECPKG_FUNCTION_TABLE

SecPkgInfo

SpGetExtendedInformation

SpLsaModeInitialize