2019-01-05 20:21:43 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "IOCPClient.h"
|
|
|
|
|
#include <Vfw.h>
|
|
|
|
|
|
|
|
|
|
#pragma comment(lib,"Vfw32.lib")
|
|
|
|
|
|
2025-04-07 18:18:36 +08:00
|
|
|
LOGIN_INFOR GetLoginInfo(DWORD dwSpeed, int nType);
|
2019-01-05 20:21:43 +08:00
|
|
|
DWORD CPUClockMHz();
|
|
|
|
|
BOOL WebCamIsExist();
|