windows-nt/Source/XPSP1/NT/multimedia/directx/dmusic/dmime/midifile.h
2020-09-26 16:20:57 +08:00

14 lines
250 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