Indy 9
SecurityFunctionTableA
Unit: IdSSPI
SecurityFunctionTableA = record
  dwVersion: ULONG;
  EnumerateSecurityPackagesA: ENUMERATE_SECURITY_PACKAGES_FN_A;
  QueryCredentialsAttributesA: QUERY_CREDENTIALS_ATTRIBUTES_FN_A;
  AcquireCredentialsHandleA: ACQUIRE_CREDENTIALS_HANDLE_FN_A;
  FreeCredentialHandle: FREE_CREDENTIALS_HANDLE_FN;
  Reserved2: PVOID;
  InitializeSecurityContextA: INITIALIZE_SECURITY_CONTEXT_FN_A;
  AcceptSecurityContext: ACCEPT_SECURITY_CONTEXT_FN;
  CompleteAuthToken: COMPLETE_AUTH_TOKEN_FN;
  DeleteSecurityContext: DELETE_SECURITY_CONTEXT_FN;
  ApplyControlToken: APPLY_CONTROL_TOKEN_FN;
  QueryContextAttributesA: QUERY_CONTEXT_ATTRIBUTES_FN_A;
  ImpersonateSecurityContext: IMPERSONATE_SECURITY_CONTEXT_FN;
  RevertSecurityContext: REVERT_SECURITY_CONTEXT_FN;
  MakeSignature: MAKE_SIGNATURE_FN;
  VerifySignature: VERIFY_SIGNATURE_FN;
  FreeContextBuffer: FREE_CONTEXT_BUFFER_FN;
  QuerySecurityPackageInfoA: QUERY_SECURITY_PACKAGE_INFO_FN_A;
  Reserved3: PVOID;
  Reserved4: PVOID;
  ExportSecurityContext: EXPORT_SECURITY_CONTEXT_FN;
  ImportSecurityContextA: IMPORT_SECURITY_CONTEXT_FN_A;
  AddCredentialsA: ADD_CREDENTIALS_FN_A;
  Reserved8: PVOID;
  QuerySecurityContextToken: QUERY_SECURITY_CONTEXT_TOKEN_FN;
  EncryptMessage: ENCRYPT_MESSAGE_FN;
  DecryptMessage: DECRYPT_MESSAGE_FN;
  end;
Unit
IdSSPI
Description
The text for this record has been generated automatically. This means that it is not documented.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.