Carbon


DMComponentListIteratorProcPtr

Header: Displays.h Carbon status: Supported

typedef void(* DMComponentListIteratorProcPtr) (
    void *userData, 
    DMListIndexType itemIndex, 
    DMComponentListEntryPtr componentInfo
);

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

void MyDMComponentListIteratorCallback (
    void *userData, 
    DMListIndexType itemIndex, 
    DMComponentListEntryPtr componentInfo
);

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