To whom it may concern,

from the reference file:

SndMidiListItemType
Structure that locates a MIDI file. The structure is used by the
SndCreateMidiList function.

typedef struct SndMidiListItemType{
        Char name[sndMidiNameLength];
        UInt32 uniqueRecID;
        MemHandle dbH;
} SndMidiListItemType;


same struct from the SoundMgr.h file:


// Midi records found by SndCreateMidiList.
typedef struct SndMidiListItemType
{
        Char                    name[sndMidiNameLength];                        // 
including NULL terminator
        UInt32          uniqueRecID;
        LocalID         dbID;
        UInt16          cardNo;
} SndMidiListItemType;

very funny, indeed.

Henk

--
-------------------------------------------------------------------------
[EMAIL PROTECTED]                                       www.metaviewsoft.de

<A HREF="http://www.handango.com/PlatformTopSoftware.jsp?authorId=95946";>
<IMG SRC="http://user.cs.tu-berlin.de/~jonash/werbung_palmos.jpg";></A>
-------------------------------------------------------------------------


-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to