📄 opcdrvthread.h
字号:
// OPCDrvThread.h
//
// This file contains function prototypes for the OPC
// Code Background Thread Manger.
//
//
// (C) COPYRIGHT 1996-1998, INTELLUTION INC.
// ALL RIGHTS RESERVED
//
//
// Modification Log:
// Vers Date By Notes
// ---- -------- --- -----
// 1.0 08/26/97 jra Created
// 1.3 03/10/98 jra Modified to be wizard generated and driver specific.
// 7.13 02/29/00 jra Added definition for DeleteServerSlot()
//
#include "OPCDrv.h"
void InitServerSlot(void);
void DeleteServerSlot(void);
BOOL FindServerSlot(int *slot, COPCDrvServer *pServer);
void ClearServerSlot(int i);
int GetServerSlotCount(void);
BOOL ChangeDriverThreadPriority(DWORD dwPriority);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -