?? cominit.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 + -