PPP_NBFCP_INFO structure (mprapi.h)

The PPP_NBFCP_INFO structure contains the result of a PPP NetBEUI Framer (NBF) projection operation.

Syntax

typedef struct _PPP_NBFCP_INFO {
  DWORD dwError;
  WCHAR wszWksta[NETBIOS_NAME_LEN + 1];
} PPP_NBFCP_INFO;

Members

dwError

Specifies 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[NETBIOS_NAME_LEN + 1]

Specifies 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.

Remarks

The PPP_NBFCP_INFO structure can be used only when administrating computers that are running an operating system prior to Windows Server 2003 as later operating systems do not support the NetBEUI protocol.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header mprapi.h

See also

PPP_INFO

RAS Administration Structures

Remote Access Service Administration Reference