Skip to content

Latest commit

 

History

History
111 lines (67 loc) · 2.64 KB

ras-ppp-nbfcp-result-str.md

File metadata and controls

111 lines (67 loc) · 2.64 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
RAS_PPP_NBFCP_RESULT structure (Rassapi.h)
The RAS\_PPP\_NBFCP\_RESULT structure is used to report the result of a PPP NetBEUI Framer (NBF) projection operation for a port.
670bf125-cad5-481f-89e4-858e636316bd
RAS_PPP_NBFCP_RESULT structure RAS
apiref
RAS_PPP_NBFCP_RESULT
Rassapi.h
HeaderDef
reference
05/31/2018

RAS_PPP_NBFCP_RESULT structure

[The RAS_PPP_NBFCP_RESULT structure is not supported as of Windows Vista.]

The RAS_PPP_NBFCP_RESULT structure is used to report the result of a PPP NetBEUI Framer (NBF) projection operation for a port.

Syntax

typedef struct _RAS_PPP_NBFCP_RESULT {
  DWORD dwError;
  DWORD dwNetBiosError;
  CHAR  szName[NETBIOS_NAME_LEN + 1];
  WCHAR wszWksta[NETBIOS_NAME_LEN + 1];
} RAS_PPP_NBFCP_RESULT;

Members

dwError

Indicates the results of the NBF projection operation. A value of NO_ERROR indicates success, in which case, the wszWksta member contains the name of the remote computer. If the projection operation was not successful, dwError is an error code from Winerror.h or Raserror.h.

dwNetBiosError

Ignore this member on the server; it is relevant only on the client.

szName

Ignore this member on the server; it is relevant only on the client.

wszWksta

A null-terminated Unicode string that specifies the NetBIOS name of the RAS client workstation.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
End of client support
Windows XP
End of server support
Windows Server 2003
Header
Rassapi.h

See also

Remote Access Service (RAS) Overview

RAS Server Administration Structures

RAS_PORT_1

RAS_PPP_PROJECTION_RESULT

RasAdminPortGetInfo