RxCeCancelConnectRequest function (rxce.h)

RxCeCancelConnectRequest cancels a previously issued connection request. Note that this routine is not currently implemented.

Syntax

NTSTATUS RxCeCancelConnectRequest(
  [in] IN PRXCE_ADDRESS                pLocalAddress,
  [in] IN PUNICODE_STRING              pServerName,
  [in] IN PRXCE_CONNECTION_INFORMATION pConnectionInformation
);

Parameters

[in] pLocalAddress

A pointer to the local RDBSS connection engine address on which the previously issued connection request was made.

[in] pServerName

A pointer to the name of the server on which the previous connection request was made.

[in] pConnectionInformation

A pointer to the connection information that specifies the remote address. on which the previously issued connection request was made.

Return value

RxCeCancelConnectRequest returns STATUS_NOT_IMPLEMENTED since this routine is not currently implemented.

Remarks

RXCE_CONNECTION_INFORMATION is a typedef for a TDI_CONNECTION_INFORMATION structure.

Requirements

Requirement Value
Target Platform Desktop
Header rxce.h (include Rxce.h)
IRQL <= APC_LEVEL

See also

RxCeTearDownConnection

TDI_CONNECTION_INFORMATION