RxCeInitiateVCDisconnect - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// rxce.h

NTSTATUS RxCeInitiateVCDisconnect(
  [in] IN PRXCE_VC pVc
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-rxce-rxceinitiatevcdisconnect)

RxCeInitiateVCDisconnect function

Description

RxCeInitiateVCDisconnect initiates a disconnect on the virtual circuit.

Parameters

pVc [in]

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

Remarks

RxCeInitiateVCDisconnect must be called in the context of a system worker thread.

See also

RxCeBuildVC

RxCeTearDownVC