Skip to content

My.Sys.Registry.ReadRegistry

Xusinboy Bekchanov edited this page Nov 6, 2023 · 3 revisions

My.Sys.Registry.ReadRegistry Function

Definition

Namespace: My.Sys.Registry

Syntax

Function ReadRegistry(ByVal Group As HKEY, ByVal Section As LPCWSTR, ByVal Key As LPCWSTR) As String

Parameters

Part Type Description
Group HKEY Required.
Section LPCWSTR Required.
Key LPCWSTR Required.

Return Value

String

See also

Clone this wiki locally