|
wstring PolicyProfiles::GetProfileSettings |
( |
int |
nPolicy, |
|
|
int |
nRevision, |
|
|
wstring |
szwName, |
|
|
int |
nLifeTime |
|
) |
| |
Acquire profile contents.
Returns SsContents interface for the profile contents
- Parameters:
-
nPolicy | (int) policy id |
nRevision | (int) policy revision id, zero means 'current policy' |
szwName | (wstring) profile name, a non-empty string, up to 100 unicode characters |
nLifeTime | (int) timeout in milliseconds to keep this SsContents object alive, zero means 'default value' |
- Returns:
- (wstring) identifier of opened SsContents, must be closed with SsContents::SS_Release
- See also:
-
|