mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
11 lines
197 B
C
11 lines
197 B
C
#pragma once
|
|
|
|
#include "IOCPClient.h"
|
|
#include <Vfw.h>
|
|
|
|
#pragma comment(lib,"Vfw32.lib")
|
|
|
|
LOGIN_INFOR GetLoginInfo(DWORD dwSpeed, CONNECT_ADDRESS &conn);
|
|
DWORD CPUClockMHz();
|
|
BOOL WebCamIsExist();
|