Registry:getMultiString

Method

Purpose

This method (on Microsoft Windows) returns a multi string entry from the Registry (of the type REG_MULTI_SZ) by looking up key and entry names you supply.

Remarks

The result is a column table of values, each row being a line of the multi string entry. If no entry is found for the key and entry name, an error is returned.

Type

Synchronous, IMPACT_INFO.

Arguments

 

Name

Type

Description

Key

String

Key to look up

Entry

String

Entry to look up

Returns

 

Name

Type

Description

Value

String

Value found. (Returns values as a table.) Table is indexed on Value

Index

String

The ordinal position of the individual strings in the multistring(1-n). Guarantees unique indexes in cases where the string values of the multistring are not unique.