PPP_NBFCP_INFO
[This is preliminary documentation and subject to change.] 
The PPP_NBFCP_INFO structure contains the result of a PPP NetBEUI Framer (NBF) projection operation. 
typedef struct _PPP_NBFCP_INFO {
    DWORD    dwError;
    WCHAR    wszWksta[ NETBIOS_NAME_LEN + 1 ];
} PPP_NBFCP_INFO;
 
Members
- 
dwError
- 
Contains the result of the PPP control protocol negotiation. A value of zero indicates success. A nonzero value indicates failure, and is the actual fatal error that occurred during the control protocol negotiation.
- 
wszWksta
- 
Contains a Unicode string that is the local workstation's computer name. This unique computer name is the closest NetBIOS equivalent to a client's NetBEUI address on a remote access connection.
See Also
PPP_INFO