// rxce.h
NTSTATUS RxCeTearDownAddress(
[in] IN PRXCE_ADDRESS pAddress
);
View the official Windows Driver Kit DDI referenceNo description available.
RxCeTearDownAddress deregisters a transport address from a transport binding.
pAddress [in]A pointer to the RDBSS connection engine address to deregister.
RxCeTearDownAddress returns STATUS_SUCCESS on success or one of the following error codes on failure:
| Return code | Description |
|---|---|
| STATUS_INVALID_PARAMETER | The pAddress parameter passed to RxCeTearDownAddress or one of the data members associated with this address was invalid. |
When RxCeTearDownAddress is successful, the data members in the RXCE_ADDRESS structure pointed to by the pAddress parameter will be properly uninitialized, TDI addresses will be closed, and allocated memory for handlers and transport addresses will be freed.