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:
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
Post a Comment