|
SPBasicFuncStruct Struct Reference
Internal.
More...
#include <SPRuntme.h>
List of all members.
Public Attributes |
SPAPI SPErr(* | SPAcquireSuiteFunc )(SPSuiteListRef suiteList, const char *name, ai::int32 apiVersion, ai::int32 internalVersion, const void **suiteProcs) |
SPAPI SPErr(* | SPReleaseSuiteFunc )(SPSuiteListRef suiteList, const char *name, ai::int32 apiVersion, ai::int32 internalVersion) |
SPErr(* | spAllocateBlockFunc )(SPAllocateProc allocateProc, size_t size, const char *debug, void **block) |
SPErr(* | spFreeBlockFunc )(SPFreeProc freeProc, void *block) |
SPErr(* | spReallocateBlockFunc )(SPReallocateProc reallocateProc, void *block, size_t newSize, const char *debug, void **newblock) |
SPHostProcs * | gProcs |
Detailed Description
Internal.
Member Data Documentation
The documentation for this struct was generated from the following file:
|