2.2.1.2.64 PPP_NBFCP_INFO

The PPP_NBFCP_INFO structure MAY<46> be used to contain the result of a PPP NetBEUI Framer (NBF) projection operation.

 typedef struct _PPP_NBFCP_INFO {
   DWORD dwError;
   WCHAR wszWksta[17];
 } PPP_NBFCP_INFO;

dwError: Specifies the result of the PPP control protocol negotiation. A value of zero (0) indicates success. A nonzero value indicates failure and is the actual fatal error that occurred during the control protocol negotiation.

wszWksta: Specifies a null-terminated 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.