SecPkgContext_DceInfo structure (sspi.h)

The SecPkgContext_DceInfo structure contains authorization data used by DCE services. The QueryContextAttributes (General) function uses this structure.

Syntax

typedef struct _SecPkgContext_DceInfo {
  unsigned long AuthzSvc;
  void          *pPac;
} SecPkgContext_DceInfo, *PSecPkgContext_DceInfo;

Members

AuthzSvc

Specifies the authorization service used. For DCE use only.

pPac

Pointer to package-specific authorization data.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header sspi.h (include Security.h)

See also

QueryContextAttributes (General)