NET_DVR_StopListen_V30

Stop listening (supports multiple threads).

API Definition

BOOL NET_DVR_StopListen_V30(
  LONG    lListenHandle
);

Parameters

lListenHandle

Listening handle, which is returned by NET_DVR_StartListen_V30.

Return Values

Return TRUE for success, and return FALSE for failure.

If FALSE is returned, you can call NET_DVR_GetLastError to get the error code.

The available error codes of this API are 0, 3, 12, and 17. See details in the Device Network SDK Errors.