Desktop Functions: Smart Device Functions:
|
Search Results for "RegDeleteKey" in [All]coredll1: RegDeleteKey
advapi322: RegDeleteKey
[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
[DllImport("advapi32.dll", EntryPoint = "RegDeleteKeyEx", SetLastError = true)]
public static extern int RegDeleteKeyEx(
Declare Function RegDeleteKeyEx Lib "advapi32.dll" (TODO) As TODO 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"); |