SDDC_Driver
Loading...
Searching...
No Matches
tdialog.h
1#ifndef _TABDIALOGH_
2#define _TABDIALOGH_
3
4#include "license.txt"
5#include "framework.h"
6#include "resource.h"
7#include "config.h"
8#include <stdio.h>
9
10extern bool bSupportDynamicSRate;
11extern void UpdatePPM(HWND hWnd);
12
13INT_PTR CALLBACK DlgMainFn(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
14
15INT_PTR CALLBACK DlgSelectDevice(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
16
18{
19 unsigned char numdev;
20 char dev[MAXNDEV][MAXDEVSTRLEN];
21};
22#endif // _TABDIALOGH_
Definition tdialog.h:18