home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
dbmsg
/
mapi
/
common
/
cindex.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-04-11
|
421 b
|
22 lines
/*
* CINDEX.H
*
* Prototype for ScAddConversationIndex
*
* Copyright (c) 1995, Microsoft Corporation.
* All rights reserved.
*/
#ifdef __cplusplus
extern "C" {
#endif
SCODE ScAddConversationIndex (ULONG cbParent,
LPBYTE lpbParent,
ULONG FAR * lpcb,
LPBYTE FAR * lppb);
#ifdef __cplusplus
}
#endif