SystemState.CheckRegistryValueUInt64 Method

Applies To: Windows 8.1

Retrieves an unsigned 64-bit (unsigned REG_QWORD) value from the registry.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As SystemState
Dim keyRoot As RegistryKey
Dim keyPath As String
Dim valueName As String
Dim returnValue As ULong

returnValue = instance.CheckRegistryValueUInt64(keyRoot, keyPath, valueName)

Syntax

'Declaration
Public Function CheckRegistryValueUInt64 ( _
    keyRoot As RegistryKey, _
    keyPath As String, _
    valueName As String _
) As ULong
public ulong CheckRegistryValueUInt64 (
    RegistryKey keyRoot,
    string keyPath,
    string valueName
)
public:
usigned long long CheckRegistryValueUInt64 (
    RegistryKey^ keyRoot, 
    String^ keyPath, 
    String^ valueName
)
public UInt64 CheckRegistryValueUInt64 (
    RegistryKey keyRoot, 
    String keyPath, 
    String valueName
)
public function CheckRegistryValueUInt64 (
    keyRoot : RegistryKey, 
    keyPath : String, 
    valueName : String
) : ulong

Parameters

  • keyRoot
    A handle to the root of the registry key.
  • keyPath
    The registry value path.
  • valueName
    The registry value name.

Return Value

Returns UInt64.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

SystemState Class
SystemState Members
Microsoft.Assessments.Runtime Namespace