blob: 5f322a8e2e5006024245dca3afd40e84aace04c3 (
plain) (
blame)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
//*********************************************************************
//* Microsoft Windows **
//* Copyright(c) Microsoft Corp., 1993 **
//*********************************************************************
extern const TCHAR szUSERS[];
extern const TCHAR szWORKSTATIONS[];
extern const TCHAR szDEFAULTENTRY[];
extern const TCHAR szUSERGROUPS[];
extern const TCHAR szUSERGROUPDATA[];
extern const TCHAR szTMPDATA[];
extern const TCHAR szLISTBOX[];
extern const TCHAR szBUTTON[];
extern const TCHAR szEDIT[];
extern const TCHAR szSTATIC[];
extern const TCHAR szLISTVIEW[];
extern const TCHAR szTREEVIEW[];
extern const TCHAR szUPDOWN[];
extern const TCHAR szSlash[];
extern const TCHAR szNull[];
extern const TCHAR szAPPREGKEY[];
extern const TCHAR szLASTCONNECTION[];
extern const TCHAR szToolbarClass[];
extern const TCHAR szLastFile[];
extern const TCHAR szTemplate[];
extern const TCHAR szCLASS[];
extern const TCHAR szCATEGORY[];
extern const TCHAR szPOLICY[];
extern const TCHAR szUSER[];
extern const TCHAR szMACHINE[];
extern const TCHAR szCHECKBOX[];
extern const TCHAR szTEXT[];
extern const TCHAR szEDITTEXT[];
extern const TCHAR szNUMERIC[];
extern const TCHAR szCOMBOBOX[];
extern const TCHAR szDROPDOWNLIST[];
extern const TCHAR szKEYNAME[];
extern const TCHAR szVALUENAME[];
extern const TCHAR szNAME[];
extern const TCHAR szEND[];
extern const TCHAR szPART[];
extern const TCHAR szSUGGESTIONS[];
extern const TCHAR szDEFCHECKED[];
extern const TCHAR szDEFAULT[];
extern const TCHAR szMAXLENGTH[];
extern const TCHAR szMIN[];
extern const TCHAR szMAX[];
extern const TCHAR szSPIN[];
extern const TCHAR szREQUIRED[];
extern const TCHAR szOEMCONVERT[];
extern const TCHAR szTXTCONVERT[];
extern const TCHAR szEXPANDABLETEXT[];
extern const TCHAR szVALUE[];
extern const TCHAR szVALUEON[];
extern const TCHAR szVALUEOFF[];
extern const TCHAR szACTIONLIST[];
extern const TCHAR szACTIONLISTON[];
extern const TCHAR szACTIONLISTOFF[];
extern const TCHAR szDELETE[];
extern const TCHAR szITEMLIST[];
extern const TCHAR szVALUEPREFIX[];
extern const TCHAR szADDITIVE[];
extern const TCHAR szEXPLICITVALUE[];
extern const TCHAR szDELETEPREFIX[7];
extern const TCHAR szSOFTPREFIX[8];
extern const TCHAR szDELVALS[10];
extern const TCHAR szNOVALUE[];
extern const TCHAR szSOFT[];
extern const TCHAR szNOSORT[];
extern const TCHAR szStringsSect[];
extern const TCHAR szStrings[];
extern const TCHAR szProviderKey[];
extern const TCHAR szValueAddressBook[];
extern const TCHAR szValuePlatform[];
extern const TCHAR szRegPathCVNetwork[];
extern const TCHAR szInstalled[];
extern const TCHAR sz1[];
extern const TCHAR szIFDEF[];
extern const TCHAR szIF[];
extern const TCHAR szENDIF[];
extern const TCHAR szIFNDEF[];
extern const TCHAR szELSE[];
extern const TCHAR szVERSION[];
extern const TCHAR szLT[];
extern const TCHAR szLTE[];
extern const TCHAR szGT[];
extern const TCHAR szGTE[];
extern const TCHAR szEQ[];
extern const TCHAR szNE[];
|