NET_DVR_GetSDKLocalCfg

Get the HCNetSDK's local configuration parameters.

API Definition

BOOL NET_DVR_GetSDKLocalCfg(
  NET_SDK_LOCAL_CFG_TYPE    enumType,
  void                      *lpOutBuff
);

Parameters

enumType

[IN] Configuration options. Different values of configuration options correspond to different parameters, see details in NET_SDK_LOCAL_CFG_TYPE.

lpOutBuff

[OUT] Output parameters. For different configuration options, the structures of output parameters are different, see details in NET_SDK_LOCAL_CFG_TYPE.

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.