typedef struct { DWORD dwSize; RASPROJECTION RasProjection; union ProjInfo; } PROJECTION_INFO;
This structure contains the information for the projected network protocol.
dwSize
The size in bytes of the PROJECTION_INFO structure.
RasProjection
The type of projected protocol.
ProjInfo
The union fields of the following structures. The structure type corresponds to the projected protocol type in the RasProjection field.
RasAMB | The RASAMB structure containing the information for the RAS AMB (Authentication Message Block) projection used with NT 3.1 and OS/2 1.3 downlevel RAS servers. |
RasPPPNBF | The RASPPPNBF structure containing the information for the PPP NBF (NetBEUI) projection. |
RasPPPIPX | The RASPPPIPX structure containing the information for the PPP IPX (Internetwork Packet Exchange) projection. |
RasPPPIP | The RASPPPIP structure containing the information for the PPP IP (Internet) projection. |