SecPkgContext_Target structure (sspi.h)
Contains target information.
Syntax
typedef struct _SecPkgContext_Target {
unsigned long TargetLength;
char *Target;
} SecPkgContext_Target, *PSecPkgContext_Target;
Members
TargetLength
The length (in bytes) of the target array.
Target
An array containing the target information.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |