Carbon


IteratorControlBlock

Header: FSM.h

struct IteratorControlBlock {
    UInt32 containerID; 
    UInt16 flags; 
    UInt8 user1[14]; 
    VCBPtr vcbPtr; 
    UInt32 reserved2; 
    UInt8 user2[6]; 
    UInt32 reserved3; 
    UInt8 user3[12]; 
    OSType cbType; 
    UInt8 user4[40]; 
    UInt16 moreFlags; 
    ProcessSerialNumber processID; 
    UInt8 user5[92]; 
    Ptr searchListPtr; 
    UInt8 reserved1[8];
};
typedef IteratorControlBlock IteratorControlBlockPtr;

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