3 references to REG_BINARY
mscorlib (3)
microsoft\win32\registrykey.cs (2)
1230
case Win32Native.
REG_BINARY
: {
1240
goto case Win32Native.
REG_BINARY
;
microsoft\win32\RegistryValueKind.cs (1)
12
Binary = Win32Native.
REG_BINARY
,