SecPkgContext_DceInfo structure
The SecPkgContext_DceInfo structure contains authorization data used by DCE services. The QueryContextAttributes (General) function uses this structure.
Syntax
typedef struct _SecPkgContex_DceInfo { ULONG AuthzSvc; PVOID pPac; } SecPkgContext_DceInfo, *PSecPkgContext_DceInfo;
Members
- AuthzSvc
-
Specifies the authorization service used. For DCE use only.
- pPac
-
Pointer to package-specific authorization data.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Show: