Lines Matching refs:define

27 #define _MLSVC_WINREG_NDL_
49 #define WINREG_OPNUM_OpenHKCR 0x00
50 #define WINREG_OPNUM_OpenHKCU 0x01
51 #define WINREG_OPNUM_OpenHKLM 0x02
52 #define WINREG_OPNUM_OpenHKPD 0x03
53 #define WINREG_OPNUM_OpenHKUsers 0x04
54 #define WINREG_OPNUM_Close 0x05
55 #define WINREG_OPNUM_CreateKey 0x06
56 #define WINREG_OPNUM_DeleteKey 0x07
57 #define WINREG_OPNUM_DeleteValue 0x08
58 #define WINREG_OPNUM_EnumKey 0x09
59 #define WINREG_OPNUM_EnumValue 0x0a
60 #define WINREG_OPNUM_FlushKey 0x0b
61 #define WINREG_OPNUM_GetKeySec 0x0c
62 #define WINREG_OPNUM_LoadKey 0x0d
63 #define WINREG_OPNUM_NotifyChange 0x0e
64 #define WINREG_OPNUM_OpenKey 0x0f
65 #define WINREG_OPNUM_QueryKey 0x10
66 #define WINREG_OPNUM_QueryValue 0x11
67 #define WINREG_OPNUM_ReplaceKey 0x12
68 #define WINREG_OPNUM_RestoreKey 0x13
69 #define WINREG_OPNUM_SaveKey 0x14
70 #define WINREG_OPNUM_SetKeySec 0x15
73 #define WINREG_OPNUM_CreateValue 0x16
74 #define WINREG_OPNUM_UnloadKey 0x17
75 #define WINREG_OPNUM_Shutdown 0x18
76 #define WINREG_OPNUM_AbortShutdown 0x19
77 #define WINREG_OPNUM_GetVersion 0x1a
78 #define WINREG_OPNUM_OpenHKCC 0x1b
79 #define WINREG_OPNUM_OpenHKDD 0x1c
80 #define WINREG_OPNUM_QueryMultiValues 0x1d
81 #define WINREG_OPNUM_ShutdownEx 0x1e
84 #define WINREG_OPNUM_SavekeyEx 0x1f
85 #define WINREG_OPNUM_OpenHKPT 0x20
86 #define WINREG_OPNUM_OpenHKPN 0x21
89 #define WINREG_OPNUM_QueryMultiValues2 0x22
90 #define WINREG_OPNUM_DeleteKeyEx 0x23
92 #define WINREG_TYPE_NONE 0
93 #define WINREG_SZ 1
94 #define WINREG_EXPAND_SZ 2
95 #define WINREG_BINARY 3
96 #define WINREG_DWORD 4
97 #define WINREG_DWORD_BIG_ENDIAN 5
98 #define WINREG_LINK 6
99 #define WINREG_MULTI_SZ 7
100 #define WINREG_RESOURCE_LIST 8
101 #define WINREG_RESOURCE_DESC 9
102 #define WINREG_RESOURCE_REQ_LIST 10
103 #define WINREG_QWORD 11
105 #define WINREG_ACCESS_QUERY_VALUE 0x00000001
106 #define WINREG_ACCESS_SET_VALUE 0x00000002
107 #define WINREG_ACCESS_CREATE_KEY 0x00000004
108 #define WINREG_ACCESS_ENUMERATE 0x00000008
109 #define WINREG_ACCESS_NOTIFY 0x00000010
110 #define WINREG_ACCESS_CREATE_LINK 0x00000020
111 #define WINREG_ACCESS_KEY64 0x00000100
112 #define WINREG_ACCESS_KEY32 0x00000200
207 #define WINREG_ACTION_NONE 0
208 #define WINREG_ACTION_NEW_KEY 1
209 #define WINREG_ACTION_EXISTING_KEY 2