Set the local parameters.
BOOL NET_DVR_SetSDKLocalCfg( NET_SDK_LOCAL_CFG_TYPE enumType, void* const lpInBuff );
[IN] Configuration options. Different values of configuration options correspond to different SDK parameters, see details in NET_SDK_LOCAL_CFG_TYPE.
[IN] Input parameters. For different configuration options, the structures of input parameters are different, see details in NET_SDK_LOCAL_CFG_TYPE.
Returns TRUE for success, and returns FALSE for failure. If FALSE is returned, you can call NET_DVR_GetLastError to get the error code.
Before setting parameters for this function, make sure no device has logged in.