home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
rpc
/
dynout
/
dynout.idl
< prev
next >
Wrap
Text File
|
1996-03-20
|
198b
|
11 lines
[
uuid(8b4c8b20-fec6-11ce-b4eb-0080c779fc83),
version(1.0),
pointer_default(unique)
]
interface MemStuff
{
short GrabChunk([out] long *lSize, [out,size_is(,*lSize)] char **ppData);
}