Skip to content

Latest commit

 

History

History
100 lines (81 loc) · 2.38 KB

nf-rxce-rxcebuildvc.md

File metadata and controls

100 lines (81 loc) · 2.38 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:rxce.RxCeBuildVC
RxCeBuildVC function (rxce.h)
RxCeBuildVC adds a virtual circuit to a specified RDBSS connection..
ifsk\rxcebuildvc.htm
ifsk
04/16/2018
RxCeBuildVC function
RxCeBuildVC, RxCeBuildVC function [Installable File System Drivers], ifsk.rxcebuildvc, rxce/RxCeBuildVC, rxref_4f4f58c7-5970-4a86-883e-359e92bddaa3.xml
rxce.h
Rxce.h
Desktop
<= APC_LEVEL
Windows
RxCeBuildVC
rxce/RxCeBuildVC
APIRef
kbSyntax
HeaderDef
rxce.h
RxCeBuildVC

RxCeBuildVC function

-description

RxCeBuildVC adds a virtual circuit to a specified RDBSS connection..

-parameters

-param pVc [in, out]

On input, this parameter contains a pointer to a handle for an uninitialized virtual circuit. On output when this call is successful, the virtual circuit is associated with the specified connection and the state of the virtual circuit is initialized as active.

-param Connection

A pointer to the connection on which the virtual circuit is to be added.

-returns

RxCeBuildVC returns STATUS_SUCCESS on success or one of the following error codes on failure:

Return code Description
STATUS_INSUFFICIENT_RESOURCES
The allocation of nonpaged pool memory needed by this routine failed.
STATUS_INVALID_PARAMETER
One of the parameters passed to this routine was invalid.

-remarks

When RxCeBuildVC is successful, the data members in the RXCE_VC structure pointed to by the pVC parameter will be properly initialized and the virtual circuit will be added to the specified RDBSS connection.

-see-also

RxCeTearDownVC