Details Of 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

4.2 Details of Function Specifications

<Common functions>
GetRasDriverVersion
Call format
BOOL WINAPI GetRasDriverVersion (WORD *pMajor, WORD *pMinor)
Return value
TRUE: Normal
FALSE: Error
Argument
WORD *pMajor
WORD *pMinor
Processing performed
Retrieves driver version information.
E.g.) BOOL ret = GetRasDriverVersion (WORD &Major, WORD &Minor);
Note
When the driver version is 1.10,
Major is 1 (in decimal) and;
Minor is 10 (in decimal).
RasDriverOpen
Call format
BOOL WINAPI RasDriverOpen (void)
Return value
TRUE: Normal
FALSE: Error
Argument
None
Processing performed
Opens the RAS driver, enabling setting operations.
E.g.) BOOL ret = RasDriverOpen ( );
3-22
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