Carbon


CMMCheckBitmap

Header: CMMComponent.h Carbon status: Unsupported

CMError CMMCheckBitmap (
    CMMComponentInst cmm, 
    const CMBitmap *bitmap, 
    CMBitmapCallBackUPP progressProc, 
    void *refCon, 
    CMBitmap *resultBitmap
);
CARBON NOTES

Use CWCheckBitMap instead. CMMCheckBitmap is an API to CMMs -- Component Manager structures that Mac OS X does not support. In Carbon, CMMs are replced by opaque structures of type CFBundle.


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