Microsoft DirectX 8.1 (C++)

ICAManagerInternal::Save

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Save method saves all persistent policies to storage. This method is called automatically whenever persistent policies are added to, or removed from, the policies collection.

Syntax

HRESULT Save();

Parameters

This method takes no parameters.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also