Nullable: Interop.Adavapi32 (#23875)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Fri, 12 Apr 2019 01:05:42 +0000 (18:05 -0700)
committerStephen Toub <stoub@microsoft.com>
Fri, 12 Apr 2019 01:05:42 +0000 (21:05 -0400)
commita648c2dc510ddd4ba3eb0cdff36750add83b6c1d
tree20e9d31dfaf95fd7d45ce60786f2dc422b9e492c
parent28c209dc488dc695838ae17dd6840a64d253eb02
Nullable: Interop.Adavapi32 (#23875)

* interop definations nullified

* reverting null check and adding arguments nullable to match win32 function definations
13 files changed:
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.LookupAccountNameW.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegCloseKey.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegCreateKeyEx.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegDeleteKeyEx.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegDeleteValue.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegEnumKeyEx.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegEnumValue.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegFlushKey.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegOpenKeyEx.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegQueryInfoKey.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegQueryValueEx.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegSetValueEx.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegistryConstants.cs