📄 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 + -