HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Information Provided for Windows Function Calls
Chapter 3118
Information Provided for Windows Function
Calls
For Windows The following information is supplied for each of the Windows-specific
function calls described in this chapter:
• The name of the call; unlike the CPI-C function calls, these calls do
not have pseudonyms.
• A description of the call.
• The function prototype for the call, including the parameters used by
the call and the data type for each parameter. The prototype of each
function is declared in the file wincpic.h.
• A description of each supplied and returned parameter. The
parameter names are pseudonyms. The actual variable names for
these parameters are declared by the application program. The
description includes the possible values of the parameter.
• Additional information describing the use of the call.
End of Section