RxCeInitiateVCDisconnect function (rxce.h)
RxCeInitiateVCDisconnect initiates a disconnect on the virtual circuit.
Syntax
NTSTATUS RxCeInitiateVCDisconnect(
[in] IN PRXCE_VC pVc
);
Parameters
[in] pVc
A pointer to the virtual circuit structure to be disconnected.
Return value
RxCeInitiateVCDisconnect returns STATUS_SUCCESS on success or one of the following error codes on failure:
Return code | Description |
---|---|
|
The allocation of nonpaged pool memory needed by this routine failed. |
|
The pVc parameter passed to this routine was invalid. |
Remarks
RxCeInitiateVCDisconnect must be called in the context of a system worker thread.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | rxce.h (include Rxce.h) |
IRQL | <= APC_LEVEL |