SPBlocksSuite Struct Reference
[API Suite List]
This suite provides basic memory management for PICA (the Adobe plug-in manager), with debugging capability for the development version of the application.  
More...
#include <SPBlocks.h>
List of all members.
Detailed Description
This suite provides basic memory management for PICA (the Adobe plug-in manager), with debugging capability for the development version of the application. 
Unlike other suites, this suite is available during plug-in load and unload operations. You can acquire it in response to a PICA access (kSPAccessCaller) or property (kSPPropertiesCaller) message, and use it to allocate and free memory for the plug-in you are loading or unloading.
Member Data Documentation
Reallocates a block previously allocated with AllocateBlock(). 
Increases the size without changing the location, if possible. 
- Parameters:
- 
  
    |  | block | The block pointer. |  |  | newSize | The new number of bytes. |  |  | debug | Optional. A tag for the block, available in the development version of the application. Otherwise ignored. See SPBlockDebugSuite::GetBlockDebug(). |  |  | newblock | [out] A buffer in which to return the new block pointer. |  
 
- See also:
- SPBasicSuite::ReallocateBlock()
 
 
The documentation for this struct was generated from the following file: