2020-09-30 16:53:55 +02:00

14 lines
263 B
C

//
// midifile.h
//
// Copyright (c) 1997-1998 Microsoft Corporation
//
// Note:
//
#ifndef MIDIFILE_H
#define MIDIFILE_H
HRESULT CreateSegmentFromMIDIStream(LPSTREAM pStream,
IDirectMusicSegment* pSegment);
#endif // #ifndef MIDIFILE_H