// rxce.h
NTSTATUS RxCeInitiateVCDisconnect(
[in] IN PRXCE_VC pVc
);
View the official Windows Driver Kit DDI referenceNo description available.
RxCeInitiateVCDisconnect initiates a disconnect on the virtual circuit.
pVc [in]A pointer to the virtual circuit structure to be disconnected.
RxCeInitiateVCDisconnect 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 | The pVc parameter passed to this routine was invalid. |
RxCeInitiateVCDisconnect must be called in the context of a system worker thread.