RxCeTearDownAddress function (rxce.h)
RxCeTearDownAddress deregisters a transport address from a transport binding.
Syntax
NTSTATUS RxCeTearDownAddress(
[in] IN PRXCE_ADDRESS pAddress
);
Parameters
[in] pAddress
A pointer to the RDBSS connection engine address to deregister.
Return value
RxCeTearDownAddress returns STATUS_SUCCESS on success or one of the following error codes on failure:
Return code | Description |
---|---|
|
The pAddress parameter passed to RxCeTearDownAddress or one of the data members associated with this address was invalid. |
Remarks
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | rxce.h (include Rxce.h) |
IRQL | <= APC_LEVEL |