Carbon


HMHelpContent

Header: MacHelp.h

struct HMHelpContent {
    HMContentType contentType; 
    union {
          Str255 tagString; 
      SInt16 tagPictID; 
      HMStringResType tagStringRes; 
      TEHandle tagTEHandle; 
      PicHandle tagPictHandle; 
      SInt16 tagTextRes; 
      SInt16 tagStrRes; 
      Movie tagMovie;
    } u;
};

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