| Home | All functions | Categories |
vuEZRegGet(LONG,*CSTRING), CSTRING
Retrieves data from the Windows registry that was stored using vuEZRegPut. Designed for simplicity, this function does not require knowledge of the registry structure.
| Parameter | Data Type | Description |
|---|---|---|
| ByUser | LONG | 0 = Retrieve from LOCAL_MACHINE 1 = Retrieve from CURRENT_USER |
| KeyName | CSTRING(128) | Alphanumeric key name under which the data was stored |
The value retrieved from the registry as a CSTRING.
! Retrieve data stored for the current user
KeyValue = vuEZRegGet(1, 'MyAppSetting')
vuEZRegPut.| Home | All functions | Categories |