IHeaderCtrl2::SetChangeTimeOut method (mmc.h)

The IHeaderCtrl2::SetChangeTimeOut sets the time-out interval between the time a change takes place in the filter attributes and the posting of an MMCN_FILTER_CHANGE filter change notification, which is sent to the snap-in's IComponent::Notify method.

Syntax

HRESULT SetChangeTimeOut(
  [in] unsigned long uTimeout
);

Parameters

[in] uTimeout

Filter change interval in milliseconds. The default is an implementation detail of the header control, and as a result MMC does not know about it.

Return value

This method can return one of these values.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h
DLL Mmcndmgr.dll

See also

IHeaderCtrl2

MMCN_FILTER_CHANGE