HP-UX SNAplus2 CSV Programmer's Guide
Concepts
CSV Entry Points: Windows
Chapter 124
WinCSVStartup
The application uses this function to register as a Windows CSV user,
and to determine whether the CSV software supports the Windows CSV
version that it requires.
Function Call
int WINAPI LOADDS WinCSVStartup (
WORD wVersionRequired,
WCSVDATA far * lpData
);
typedef struct
{
WORD wVersion;
char szDescription[128];
} WCSVDATA;
Supplied Parameters
The supplied parameter is:
wVersionRequired
The version of Windows CSV that the application
requires. SNAplus2 supports version 1.0.
The low-order byte of this parameter specifies the
major version number, and the high-order byte
specifies the minor version number. For example:
If the application can use more than one version, it
should specify the highest version that it can use.
Returned Values
The return value from the function is one of the following:
Version wVersionRequired
1.0 0x0001
1.1 0x0101
2.0 0x0002