Function Specifications - Pro-face PS Series Developer's Manual

Type g application development kit (adk)
Table of Contents

Advertisement

PS Series Type G Application Development Kit (ADK) Developer Manual

1.2 Function Specifications

GetBLDriverVersion
Call format
BOOL WINAPI GetBLDriverVersion (WORD *pMajor, WORD *pMinor)
Return value
TRUE: Normal
FALSE: Error
Argument
WORD *pMajor
WORD *pMinor
Processing performed
Retrieves information on the driver version.
E.g.) BOOL ret = GetBLDriverVersion (WORD &Major, WORD &Minor);
Note
When the driver version is 1.10,
Major is 1 (in decimal) and;
Minor is 10 (in decimal).
BLDriverOpen
Call format
BOOL WINAPI BLDriverOpen (void)
Return value
TRUE: Normal
FALSE: Error
Argument
None
Processing performed
Opens the backlight driver, enabling features to be set.
E.g.) BOOL ret = BLDriverOpen ( );
3-4
Pointer to the version information (Major, 0 to 99)
Pointer to the version information (Minor, 0 to 99)

Advertisement

Table of Contents
loading

Table of Contents