SecPkgContext_DceInfo (Windows CE 5.0)

Send Feedback

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

typedef struct _SecPkgContex_DceInfo {ULONGAuthzSvc;PVOIDSEC_FAR* pPac;} SecPkgContext_DceInfo, SEC_FAR *PSecPkgContext_DceInfo;

Members

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

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Sspi.h.

See Also

QueryContextAttributes

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.