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
/
ns
/
nhello
/
nhello.idl
< 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
Text File
|
1995-11-14
|
252 b
|
14 lines
[ uuid (5D6E4DA0-0D21-1068-94B1-00DD010662DA),
version(1.0),
pointer_default(unique)
]
interface nhello
{
void HelloProc(handle_t nBinding,
[in, string] unsigned char * pszString);
void Shutdown(handle_t nBinding);
}