Sample Code

windows driver samples/ USBView sample application/ C++/ resource.h/

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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*++
Copyright (c) 1998-2008 Microsoft Corporation, All Rights Reserved.
--*/
 
#define IDD_MAINDIALOG                  101
#define IDR_MENU                        102
#define IDD_ABOUT                       103
#define IDI_ICON                        104
#define IDC_SPLIT                       105
#define IDACCEL                         106
 
#define IDI_BADICON                     107
#define IDI_COMPUTER                    108
#define IDI_HUB                         109
#define IDI_NODEVICE                    110
#define IDI_SSICON                      111
#define IDI_NOSSDEVICE                  112
 
#define IDC_TREE                        1000
#define IDC_EDIT                        1001
#define IDC_STATUS                      1002
 
#define IDS_STRINGBASE                  2000
#define IDS_STANDARD_FONT               2001
#define IDS_STANDARD_FONT_HEIGHT        2002
#define IDS_STANDARD_FONT_WIDTH         2003
#define IDS_USBVIEW_USAGE               2004
#define IDS_USBVIEW_PRESSKEY            2005
#define IDS_USBVIEW_INVALIDARG          2006
#define IDS_USBVIEW_FILE_EXISTS_TXT     2007
#define IDS_USBVIEW_FILE_EXISTS_XML     2008
#define IDS_USBVIEW_INTERNAL_ERROR      2009
#define IDS_USBVIEW_SAVED_TO            2010
#define IDS_USBVIEW_INVALID_FILENAME    2011
 
#define IDC_VERSION                     3000
#define IDC_UVCVERSION                  3001
 
#define ID_EXIT                         40001
#define ID_REFRESH                      40002
#define ID_AUTO_REFRESH                 40003
#define ID_CONFIG_DESCRIPTORS           40004
#define ID_ABOUT                        40005
#define ID_ANNOTATION                   40007
#define ID_UNUSED                       40008
#define ID_LOG_DEBUG                    40009
#define ID_SAVE                         40010
#define ID_SAVEALL                      40011
#define ID_SAVEXML                      40012
#define IDC_STATIC                      0xFFFFFFFF

Our Services

  • What our customers say about us?

© 2011-2025 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS