// rxce.h
NTSTATUS RxCeCancelConnectRequest(
[in] IN PRXCE_ADDRESS pLocalAddress,
[in] IN PUNICODE_STRING pServerName,
[in] IN PRXCE_CONNECTION_INFORMATION pConnectionInformation
);
View the official Windows Driver Kit DDI referenceNo description available.
RxCeCancelConnectRequest cancels a previously issued connection request. Note that this routine is not currently implemented.
pLocalAddress [in]A pointer to the local RDBSS connection engine address on which the previously issued connection request was made.
pServerName [in]A pointer to the name of the server on which the previous connection request was made.
pConnectionInformation [in]A pointer to the connection information that specifies the remote address. on which the previously issued connection request was made.
RxCeCancelConnectRequest returns STATUS_NOT_IMPLEMENTED since this routine is not currently implemented.
RXCE_CONNECTION_INFORMATION is a typedef for a TDI_CONNECTION_INFORMATION structure.