smsclictr.automation library
Get an ArrayList of all Regisry Values

Namespace:  smsclictr.automation
Assembly:  smsclictr.automation(in smsclictr.automation.dll) Version: 1.1.3731.16627 (1.1.2.4)

Syntax

C#
public 
ArrayList 
RegValues(
	
uint 
hDefKey,
	
string 
sSubKeyName
)

Parameters

hDefKey
Type: System . . :: . UInt32
2147483650 = HKLM
sSubKeyName
Type: System . . :: . String

Return Value

RegistryValues (string)

See Also