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:
C/C++ Source or Header  |  1996-04-11  |  421 b   |  22 lines

  1. /*
  2.  * CINDEX.H
  3.  *
  4.  * Prototype for ScAddConversationIndex
  5.  *
  6.  *  Copyright (c) 1995, Microsoft Corporation.
  7.  *  All rights reserved.
  8.  */
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14. SCODE ScAddConversationIndex (ULONG cbParent, 
  15.                               LPBYTE lpbParent,
  16.                               ULONG FAR * lpcb,
  17.                               LPBYTE FAR * lppb);
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.