Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "RegDeleteKeyEx" in [All]

advapi32

.
Summary
The RegDeleteKeyEx function deletes a subkey from the specified platform-specific view of the registry. Use only on 64-bit Operating Systems.
.

[DllImport("advapi32.dll", EntryPoint = "RegDeleteKeyEx", SetLastError = true)]

.

public static extern int RegDeleteKeyEx(

.

Declare Function RegDeleteKeyEx Lib "advapi32.dll" (hKey As UIntPtr, lpSubKey As String, samDesired As UInteger, Reserved As UInteger) As Integer

.
Documentation
[RegDeleteKeyEx] on MSDN
.
Summary
The RegDeleteKeyEx function deletes a subkey from the specified platform-specific view of the registry. Use only on 64-bit Operating Systems.
.

[DllImport("advapi32.dll", EntryPoint = "RegDeleteKeyEx", SetLastError = true)]

.

public static extern int RegDeleteKeyEx(

.

Declare Function RegDeleteKeyEx Lib "advapi32.dll" (TODO) As TODO

.
Documentation
[RegDeleteKeyEx] on MSDN

 
Access PInvoke.net directly from VS: