Carbon


NPickerSetProfileProcPtr

Header: ColorPickerComponents.h Carbon status: Supported

typedef ComponentResult(* NPickerSetProfileProcPtr) (
    SInt32 storage, 
    CMProfileRef profile
);

You would declare your function like this if you were to name it MyNPickerSetProfileCallback:

ComponentResult MyNPickerSetProfileCallback (
    SInt32 storage, 
    CMProfileRef profile
);

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)