?? opcthrd.h
字號:
// OPCTHRD.h
//
// This file contains function prototyles
// for the OPC Sample Code Background Thread Manger
//
//
// (C) COPYRIGHT 1997 INTELLUTION INC.
// ALL RIGHTS RESERVED
//
// Original Author: Al Chisholm
//
// Modification Log:
// Vers Date By Notes
// ---- -------- --- -----
// 0.03 04/01/97 acc
//
void InitServerSlots(void);
BOOL FindServerSlot(int *slot, XXXServer * pServer);
void ClearServerSlot(int i);
void UpdateServers(DWORD tics);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -