/* 
 * 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