Carbon


AuxWinRec

Header: MacWindows.h

struct AuxWinRec {
    AuxWinHandle awNext; 
    WindowRef awOwner; 
    CTabHandle awCTable; 
    Handle reserved; 
    SInt32 awFlags; 
    CTabHandle awReserved; 
    SInt32 awRefCon;
};
typedef AuxWinRec AuxWinPtr;

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