vb.net - Delete Registry Value -


i lookibg dllimport api signature deleting registry value.

pinvoke has definition mobile devices.

i looking normal definition windows in vb.net.

i know can delete registry value using system.win32.registry nevertheless looking api signature.

can me out?;)^

nevermind got it:

enter image description here

sounds looking dllimport signature of regdeletekeyvalue function. if it

<dllimport("advapi32.dll")> _ private shared function regdeletekeyvalue( _   byval handle intptr, _   byval keyname string, _    byval valuename string)   end function 

Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -