⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cominit.h

📁 VXWORKS源代码
💻 H
字号:
/* comInit.h - VxWorks COM Library Init API *//* Copyright (c) 2001 Wind River Systems, Inc. *//*modification history--------------------01a,01Mar01,nel  created *//* DESCRIPTION: This header defines the library init functions for both the COM library and DCOM library. */#ifndef __INCcomInit_h#define __INCcomInit_hint comLibInit ();int dcomLibInit    (    int			bstrPolicy,    int			authnLevel,    unsigned int	priority,    unsigned int	numStatic,    unsigned int	numDynamic,    unsigned int	stackSize,    int			clientPrioPropagation,    int			objectExporterPortNumber    );#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -