SPRuntimeSuite Struct Reference
[API Suite List]
This suite allows you to obtain specific references to the PICA global lists and string pool.
More...
#include <SPRuntme.h>
List of all members.
Detailed Description
This suite allows you to obtain specific references to the PICA global lists and string pool.
Member Data Documentation
Retrieves the PICA global adapter list.
- Parameters:
-
| adapterList | [out] A buffer in which to return the list object. |
- See also:
SPAdaptersSuite
Retrieves the PICA global file list.
- Parameters:
-
| fileList | [out] A buffer in which to return the list object. |
- See also:
SPFilesSuite
Retrieves the location of the application's executable file.
- Parameters:
-
| hostFileSpec | [out] A buffer in which to return the file specification for the application's executable file. |
Retrieves the block of function pointers supplied to PICA by the application, which contains memory management routines, notification routines, exception handling, and string pool routines.
A plug-in does not normally call the host functions directly; you can use the PICA suite functions for most operations. An adapter, however, uses the host functions for start-up and shut-down notification.
- Parameters:
-
| hostProcs | [out] A buffer in which to return a pointer to the block of function pointers. |
Retrieves the PICA global plug-in list.
- Parameters:
-
| pluginList | [out] A buffer in which to return the list object. |
- See also:
SPPluginsSuite
Retrieves the location of the application's plug-in folder.
- Parameters:
-
| pluginFolder | [out] A buffer in which to return the file specification for the directory that contains plug-ins. |
Retrieves the PICA global string pool.
- Parameters:
-
| stringPool | [out] A buffer in which to return the string-pool object. |
- See also:
SPStringsSuite
Retrieves the PICA global suite list.
- Parameters:
-
| suiteList | [out] A buffer in which to return the list object. |
- See also:
SPSuitesSuite
The documentation for this struct was generated from the following file: