User's Manual

14
4-2 SetFunKey1
[Function]
Set Button 1 output key.
[Format]
int SetFunKey1(const char* SetKey, bool ButtonEnable)
[Argument]
const char* SetKey Set button1 output key.
bool ButtonEnable Enable/Disable key output.
Trur is enable, False is disable.
[Return Value]
If set value successful, the return SV_ERROR_SUCCESS value. If there is an error, the
SV_ERROR_FAIL are returned.
[Explanation]
None
[Example]
DWORD Rtn;
Rtn = SetFunKey1("A", true); //Set button 1 output ‘A’