SecPkgContext_DceInfo

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

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

Members

  • AuthzSvc
    Authorization service used. DCE use only.
  • pPac
    Pointer to package-specific authorization data.

Requirements

Header sspi.h
Windows Embedded CE Windows CE 2.10 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

QueryContextAttributes