Desktop Functions: Smart Device Functions:
|
RegDeleteKey (advapi32)
C# Signature:
[DllImport("advapi32.dll", EntryPoint="RegDeleteKey", SetLastError=true)] VB Signature:
Declare Function RegDeleteKey Lib "advapi32.dll" (TODO) As TODO User-Defined Types:None. Alternative Managed API:Microsoft.Win32.RegistryKey.DeleteSubKey() Notes:64-bit Windows:' On WOW64, 32-bit applications view a registry tree that is separate from the registry tree that 64-bit applications view. To enable an application to delete an entry in the alternate registry view, use the RegDeleteKeyEx function. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|