Specifications

15.2. If a System Parameter Value is a Character String
BHT_SetSysSettingWCS
Description
Write system parameter values.
Syntax
DWORD BHT_SetSysSettingWCS (
DWORD dwCtrlCode ,
TCHAR* pwchSysParam ,
DWORD dwLen )
Parameters
dwCtrlCode
[in] Control code
pwchSysParam
[in] Heading address of the storage buffer for a string written
dwLen
[in] String length
Return value
Error code Meaning
ERROR_SUCCESS Successful completion
ERROR_INVALID_PARAMETER Invalid parameter
ERROR_GEN_FAILURE Not supported
49