SDDC_Driver
Loading...
Searching...
No Matches
ExtIO_sddc
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
10
extern
bool
bSupportDynamicSRate;
11
extern
void
UpdatePPM(HWND hWnd);
12
13
INT_PTR CALLBACK DlgMainFn(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
14
15
INT_PTR CALLBACK DlgSelectDevice(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
16
17
struct
DevContext
18
{
19
unsigned
char
numdev;
20
char
dev[MAXNDEV][MAXDEVSTRLEN];
21
};
22
#endif
// _TABDIALOGH_
DevContext
Definition
tdialog.h:18
Generated by
1.12.0