![]() |
Standalone SDK API Doc
V1.0.4
|
Functions | |
VARIANT_BOOL | SSR_SetShortkey (LONG ShortKeyID, LONG ShortKeyFun, LONG StateCode, BSTR StateName, LONG StateAutoChange, BSTR StateAutoChangeTime) |
VARIANT_BOOL | SSR_GetShortkey (LONG ShortKeyID, LONG *ShortKeyFun, LONG *StateCode, BSTR *StateName, LONG *AutoChange, BSTR *AutoChangeTime) |
VARIANT_BOOL | EnableCustomizeAttState (LONG dwMachineNumber, LONG StateID, LONG Enable) |
VARIANT_BOOL | SetCustomizeAttState (LONG dwMachineNumber, LONG StateID, LONG NewStatel) |
VARIANT_BOOL | DelCustomizeAttState (LONG dwMachineNumber, LONG StateID) |
VARIANT_BOOL | GetAllSFIDName (LONG dwMachineNumber, BSTR *ShortkeyIDName, LONG BufferSize1, BSTR *FunctionIDName, LONG BufferSize2) |
VARIANT_BOOL | GetShortkey (LONG dwMachineNumber, LONG ShortKeyID, BSTR *ShortKeyName, BSTR *FunctionName, LONG *ShortKeyFun, LONG *StateCode, BSTR *StateName, BSTR *Description, LONG *AutoChange, BSTR *AutoChangeTime) |
VARIANT_BOOL | SetShortkey (LONG dwMachineNumber, LONG ShortKeyID, BSTR ShortKeyName, BSTR FunctionName, LONG ShortKeyFun, LONG StateCode, BSTR StateName, BSTR Description, LONG StateAutoChange, BSTR StateAutoChangeTime) |
VARIANT_BOOL SSR_SetShortkey | ( | LONG | ShortKeyID, |
LONG | ShortKeyFun, | ||
LONG | StateCode, | ||
BSTR | StateName, | ||
LONG | StateAutoChange, | ||
BSTR | StateAutoChangeTime | ||
) |
To set a functional key. It is similar to the functional key definition function on the color-screen machine.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL SSR_GetShortkey | ( | LONG | ShortKeyID, |
LONG * | ShortKeyFun, | ||
LONG * | StateCode, | ||
BSTR * | StateName, | ||
LONG * | AutoChange, | ||
BSTR * | AutoChangeTime | ||
) |
To query the settings of a functional key.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL EnableCustomizeAttState | ( | LONG | dwMachineNumber, |
LONG | StateID, | ||
LONG | Enable | ||
) |
To specify whether to enable a customized attendance status value.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL SetCustomizeAttState | ( | LONG | dwMachineNumber, |
LONG | StateID, | ||
LONG | NewStatel | ||
) |
To set a customized attendance status value based on the original attendance status value.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL DelCustomizeAttState | ( | LONG | dwMachineNumber, |
LONG | StateID | ||
) |
To delete the customized attendance status value of an original attendance status value.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL GetAllSFIDName | ( | LONG | dwMachineNumber, |
BSTR * | ShortkeyIDName, | ||
LONG | BufferSize1, | ||
BSTR * | FunctionIDName, | ||
LONG | BufferSize2 | ||
) |
To query the shortcut key name and function lists.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL GetShortkey | ( | LONG | dwMachineNumber, |
LONG | ShortKeyID, | ||
BSTR * | ShortKeyName, | ||
BSTR * | FunctionName, | ||
LONG * | ShortKeyFun, | ||
LONG * | StateCode, | ||
BSTR * | StateName, | ||
BSTR * | Description, | ||
LONG * | AutoChange, | ||
BSTR * | AutoChangeTime | ||
) |
To query the settings of a functional key.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL SetShortkey | ( | LONG | dwMachineNumber, |
LONG | ShortKeyID, | ||
BSTR | ShortKeyName, | ||
BSTR | FunctionName, | ||
LONG | ShortKeyFun, | ||
LONG | StateCode, | ||
BSTR | StateName, | ||
BSTR | Description, | ||
LONG | StateAutoChange, | ||
BSTR | StateAutoChangeTime | ||
) |
To set a functional key. It is similar to the functional key definition function on the color-screen machine.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |