Deletes a section from the host settings storage.
If strSection is an empty string, then all sections like {strProduct, strVersion, *} will be deleted. If strSection and strVersion are empty strings, then all sections like {strProduct, *, *} will be deleted. If strProduct, strVersion, and strSection are empty strings, then all sections in the storage will be deleted.
- Parameters:
-
strHostName | (wstring) host name. Unique string generated by the server. |
strType | (wstring) type of storag, for example, "SS_SETTINGS". |
strProduct | (wstring) product name. Non-empty string. Can contain no more than 31 character. Do not use the following characters: /\:*?"<>. |
strVersion | (wstring) version. Non-empty string. Can contain no more than 31 character. Do not use the following characters: /\:*?"<>. |
strSection | (wstring) section name. Non-empty string. Can contain no more than 31 character. Do not use the following characters: /\:*?"<>. |
- See also:
- Local settings and policy format for some products