1.2.5.8.14 PPP_EchoRequestCancel Function

C

PPP_ECHO_RESULT PPP_EchoRequestCancel (PPP_REQUEST_HANDLE pppHandle);

Returns

  • PPP_ECHO_OK - Indicates the cancel request was successful

  • PPP_ECHO_BAD_REQ_HANDLE - No such request is currently scheduled Invalid handle

Description

This function allows a PPP client to cancel a pending PPP echo request. The request should have been previously scheduled with PPP_EchoRequest.

Remarks

None

Preconditions

The PPP module must be initialized and up and running. Valid handle obtained using PPP_EchoRequest.

Parameters

  • pppHandle - valid PPP handle

Example