CINDEX.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

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