Registry:getQWORD
Method
Purpose
This method (on Microsoft Windows) returns a QWORD
from the Microsoft Windows Registry (of the type REG_QWORD
), given a key and entry.
Remarks
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 |
Specifies key name to look up |
Entry |
String |
Specifies name of entry to look up |
Returns
Name |
Type |
Description |
Value |
Integer |
Specifies value of entry |