XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / GetRegWord Method / GetRegWord(String,Int32) Method

The name of the registry key.

The default return value.




GetRegWord(String,Int32) Method
Returns the value of a cached key with default value
Syntax
Public Overloads Shared Function GetRegWord( _
   ByVal Name As String, _
   ByVal Default As Integer _
) As Integer
Dim Name As String
Dim Default As Integer
Dim value As Integer
 
value = XdsGlobal.GetRegWord(Name, Default)
public static int GetRegWord( 
   string Name,
   int Default
)
public:
static int GetRegWord( 
   String^ Name,
   int Default
) 

Parameters

Name

The name of the registry key.

Default

The default return value.

Return Value

int
Remarks
This method returns the registry key values from a internal look up table. If Name does not exist in that table, the default value will be returned.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also