smsclictr.automation library
Set a DWORD Registry Value from a UInt32 Value

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

Syntax

C#
public 
void 
SetDWord(
	
uint 
hDefKey,
	
string 
sSubKeyName,
	
string 
sValueName,
	
uint 
uValue
)

Parameters

hDefKey
Type: System . . :: . UInt32
sSubKeyName
Type: System . . :: . String
sValueName
Type: System . . :: . String
uValue
Type: System . . :: . UInt32

See Also