DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / GetRegWord Method / GetRegWord(String) Method

The name of the registry key.




    GetRegWord(String) Method
    Returns the value of a cached key
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetRegWord( _
       ByVal Name As String _
    ) As Integer
     
    'Usage
     
    
    Dim Name As String
    Dim value As Integer
     
    value = DicomGlobal.GetRegWord(Name)

    Parameters

    Name

    The name of the registry key.

    Return Value

    int
    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