Get the HCNetSDK's local configuration parameters.
BOOL NET_DVR_GetSDKLocalCfg( NET_SDK_LOCAL_CFG_TYPE enumType, void *lpOutBuff );
[IN] Configuration options. Different values of configuration options correspond to different parameters, see details in NET_SDK_LOCAL_CFG_TYPE.
[OUT] Output parameters. For different configuration options, the structures of output 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.