SecPkgContext_DceInfo

This structure contains authorization data used by distributed computing environment (DCE) services. The QueryContextAttributes function uses this structure.

At a Glance

Header file: Sspi.h
Windows CE versions: 2.10 and later

Syntax

typedef struct _SecPkgContex_DceInfo {
ULONG AuthzSvc;
PVOID SEC_FAR *pPac;
} SecPkgContext_DceInfo, SEC_FAR* PSecPkgContext_DceInfo;

Members

AuthzSvc

Specifies the authorization service used. DCE use only.

pPac

Pointer to package-specific authorization data.

See Also

QueryContextAttributes