home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Musician 2000
/
PC_Musician_2000.iso
/
PCMUSIC
/
NOTATION
/
SILENCE
/
BUFFER.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-23
|
247 b
|
10 lines
/**** Circular Buffer Include File ****/
#include <windows.h>
UINT InitializeBuffer( UINT numElements, UINT numBytes );
UINT GetData( void* data, UINT numElements );
void PutData( void* data, UINT numElements );
void DestroyBuffer();