smsclictr.automation library
Get a DWORD Registry Value as string

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

Syntax

C#
public 
string 
GetDWord(
	
uint 
hDefKey,
	
string 
sSubKeyName,
	
string 
sValueName,
	
string 
DefaultValue
)

Parameters

hDefKey
Type: System . . :: . UInt32
HKLM = 2147483650
sSubKeyName
Type: System . . :: . String
sValueName
Type: System . . :: . String
DefaultValue
Type: System . . :: . String
return string if key or value does not exist

Return Value

See Also