windows-nt/Source/XPSP1/NT/multimedia/directx/dmusic/dmime/midifile.h

14 lines
250 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//
// 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