|
params SrvSsRevision::SsRevision_ReadSection |
( |
wstring |
szwId, |
|
|
wstring |
product, |
|
|
wstring |
version, |
|
|
wstring |
section |
|
) |
| |
Enumerate contents of settings storage Retrieves list of sections
- Parameters:
-
szwId | settings storage identifier returned by SrvSsRevision::SsRevision_Open method |
product | product name string, non-empty string, not longer than 31 character, and cannot contain characters /\:*?"<>. |
version | version string, non-empty string, not longer than 31 character, and cannot contain characters /\:*?"<>. |
section | section name string, non-empty string, not longer than 31 character, and cannot contain characters /\:*?"<>. |
- Returns:
- data from the specified section
|