Contents

CMIterateDeviceProfileProcPtr

Defines a pointer to a function that iterates through the device profiles available on the system.

Declaration

typedef OSErr (*CMIterateDeviceProfileProcPtr)(const CMDeviceInfo *deviceInfo, const NCMDeviceProfileInfo *profileInfo, void *refCon);

Parameters

  • deviceData:
  • profileData:
  • refCon:

Return Value

An OSErr value.

See Also

Callbacks