RxCeCancelConnectRequest - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

RxCeCancelConnectRequest function

Description

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

Parameters

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.

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.

See also

RxCeTearDownConnection

TDI_CONNECTION_INFORMATION