RASDEVSPECIFICINFO structure (ras.h)
The RASDEVSPECIFICINFO structure is used to send a cookie for server validation and bypass point-to-point (PPP) authentication.
Syntax
typedef struct tagRASDEVSPECIFICINFO {
DWORD dwSize;
BYTE *pbDevSpecificInfo;
} RASDEVSPECIFICINFO, *PRASDEVSPECIFICINFO;
Members
dwSize
The size, in bytes, of the cookie in pbDevSpecificInfo.
pbDevSpecificInfo
A pointer to a BLOB that contains the authentication cookie.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | ras.h |