About the examples
The examples in this chapter assume that a structure was set up to
store information about the ORCA session when the session was opened. In
the examples, the variable lpORCA_Info is a pointer to an instance of this
structure:
|
1 2 3 4 5 6 7 8 |
typedef struct ORCA_Info { LPTSTR lpszErrorMessage; // Ptr to message text HPBORCA hORCASession; // ORCA session handle DWORD dwErrorBufferLen; // Length of error buffer long lReturnCode; // Return code HINSTANCE hLibrary; // Handle to ORCA library PPBORCA_CONFIG_SESSION pConfig; // ConfigureSession } ORCA_INFO, FAR *PORCA_INFO; |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest