comInit.h
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* comInit.h - VxWorks COM Library Init API */
  2. /* Copyright (c) 2001 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,01Mar01,nel  created 
  7. */
  8. /*
  9.  DESCRIPTION:
  10.  This header defines the library init functions for both the COM library
  11.  and DCOM library.
  12.  */
  13. #ifndef __INCcomInit_h
  14. #define __INCcomInit_h
  15. int comLibInit ();
  16. int dcomLibInit
  17.     (
  18.     int bstrPolicy,
  19.     int authnLevel,
  20.     unsigned int priority,
  21.     unsigned int numStatic,
  22.     unsigned int numDynamic,
  23.     unsigned int stackSize,
  24.     int clientPrioPropagation,
  25.     int objectExporterPortNumber
  26.     );
  27. #endif