IWMSServerPeakCounters::Reset

banner art

Previous Next

IWMSServerPeakCounters::Reset

The Reset method resets the peak counters to the current values.

Syntax

  HRESULT Reset();

Parameters

This method takes no parameters.

Return Values

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

Example Code

  EXIT:
    // TODO: Release temporary COM objects and uninitialize COM.

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003 family, Windows Server 2008 family.

See Also

Previous Next