Carbon


CMIterateDeviceProfileProcPtr

Header: CMDeviceIntegration.h Carbon status: Under Evaluation

typedef OSErr(* CMIterateDeviceProfileProcPtr) (
    CMDeviceData *deviceData, 
    CMDeviceProfileInfo *profileData, 
    void *refCon
);

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

OSErr MyCMIterateDeviceProfileCallback (
    CMDeviceData *deviceData, 
    CMDeviceProfileInfo *profileData, 
    void *refCon
);
function result

A result code.


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