Carbon


IAPluginInitBlock

Header: IAExtractor.h

struct IAPluginInitBlock {
    IAAllocUPP Alloc; 
    IAFreeUPP Free; 
    IAIdleUPP Idle;
};
typedef IAPluginInitBlock IAPluginInitBlockPtr;

© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)