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

advapi32

.

    RegDeleteValue(hkeyKeytoOpen, strlpValueName)

coredll

.

public static extern int RegDeleteValue(IntPtr hKey, string lpValueName);

.
Documentation
[RegDeleteValue] on MSDN

rapi

.

static extern uint CeRegDeleteValue(uint hKey, string sValueName);

.

Declare Function CeRegDeleteValue Lib "rapi.dll" (ByVal hKey as Integer, ByVal sValueName as String) As Integer

.

Public Function CeRegDeleteValue(ByVal hKey as Integer, ByVal sValueName as String) As Integer

.
Documentation
[CeRegDeleteValue] on MSDN

 
Access PInvoke.net directly from VS: