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 "RegDeleteKey" in [All]

rapi

. .

public static extern uint CeRegDeleteKey(

.

function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeRegDeleteKeyRAPI.asp

.

    CeRegDeleteKey(key,"BadKey");

.
Documentation
[CeRegDeleteKey] on MSDN

coredll

.

public static extern int RegDeleteKey(IntPtr hKey, string lpSubKey);

.
Documentation
[RegDeleteKey] on MSDN

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: