@@ -10,7 +10,7 @@ internal partial class Interop
10
10
{
11
11
internal partial class mincore
12
12
{
13
- [ DllImport ( Libraries . REGISTRY_L1_APISET , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
13
+ [ DllImport ( Libraries . Registry_L1 , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
14
14
internal static extern int RegQueryValueEx (
15
15
SafeRegistryHandle hKey ,
16
16
string lpValueName ,
@@ -19,7 +19,7 @@ internal static extern int RegQueryValueEx(
19
19
[ Out ] byte [ ] lpData ,
20
20
ref int lpcbData ) ;
21
21
22
- [ DllImport ( Libraries . REGISTRY_L1_APISET , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
22
+ [ DllImport ( Libraries . Registry_L1 , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
23
23
internal static extern int RegQueryValueEx (
24
24
SafeRegistryHandle hKey ,
25
25
string lpValueName ,
@@ -28,7 +28,7 @@ internal static extern int RegQueryValueEx(
28
28
ref int lpData ,
29
29
ref int lpcbData ) ;
30
30
31
- [ DllImport ( Libraries . REGISTRY_L1_APISET , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
31
+ [ DllImport ( Libraries . Registry_L1 , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
32
32
internal static extern int RegQueryValueEx (
33
33
SafeRegistryHandle hKey ,
34
34
String lpValueName ,
@@ -37,7 +37,7 @@ internal static extern int RegQueryValueEx(
37
37
ref long lpData ,
38
38
ref int lpcbData ) ;
39
39
40
- [ DllImport ( Libraries . REGISTRY_L1_APISET , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
40
+ [ DllImport ( Libraries . Registry_L1 , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
41
41
internal static extern int RegQueryValueEx (
42
42
SafeRegistryHandle hKey ,
43
43
String lpValueName ,
@@ -46,7 +46,7 @@ internal static extern int RegQueryValueEx(
46
46
[ Out ] char [ ] lpData ,
47
47
ref int lpcbData ) ;
48
48
49
- [ DllImport ( Libraries . REGISTRY_L1_APISET , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
49
+ [ DllImport ( Libraries . Registry_L1 , CharSet = CharSet . Unicode , BestFitMapping = false , EntryPoint = "RegQueryValueExW" ) ]
50
50
internal static extern int RegQueryValueEx (
51
51
SafeRegistryHandle hKey ,
52
52
String lpValueName ,
0 commit comments