cominit.h
来自「the vxworks system kernel souce packeg.t」· C头文件 代码 · 共 41 行
H
41 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?