www.pudn.com > Ge_opc_Server_v1.rar > 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, LHEpipeviewServer * pServer); 
void ClearServerSlot(int i); 
void UpdateServers(DWORD tics);