![]() |
CountImageProfilesProcPtr |
||||
Header: | CMScriptingPlugin.h | Carbon status: | Supported | |
typedef CMError(* CountImageProfilesProcPtr) ( const FSSpec *spec, UInt32 *count );
You would declare your function like this if you were to name it MyCountImageProfilesCallback:
CMError MyCountImageProfilesCallback ( const FSSpec *spec, UInt32 *count );
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)