-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAMWatchWinDll.h
More file actions
30 lines (25 loc) · 845 Bytes
/
Copy pathAMWatchWinDll.h
File metadata and controls
30 lines (25 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/**************************************************************************
* Copyright (C), AirM2M Tech. Co., Ltd.
*
* Name: AMWatchWinDll.h
* Author: panjun
* Version: V0.1
* Date: 2016/10/19
*
* Description:
*
*
* History:
* panjun 16/10/19 Initially create file.
**************************************************************************/
#ifndef __AMWATCH_WIN_DLL_H__
#define __AMWATCH_WIN_DLL_H__
#include "Windows.h"
#include "Disp.h"
#include "AMWatchDll.h"
AMWATCH_DLL_API Disp WatchDisp;
AMWATCH_DLL_API void DispAMWatch(HWND hwnd, HINSTANCE hInstance);
AMWATCH_DLL_API void DispUpdate(void);
AMWATCH_DLL_API void DispDrawMainBitmap(HDC hdc);
AMWATCH_DLL_API void DispDrawrect(INT startx,INT starty,INT endx,INT endy,DWORD pColor);
#endif //__AMWATCH_WIN_DLL_H__