NET_DVR_StopRemoteConfig

Disconnect the persistent connection to stop remote configuration, and release resources.

API Definition

BOOL NET_DVR_StopRemoteConfig(
  LONG    lHandle
);

Parameters

lHandle

[IN] Handle, which is returned by NET_DVR_StartRemoteConfig.

Return Values

Returns TRUE for success, and returns FALSE for failure.

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