Microsoft Internet Security and Acceleration Server 2000

FPCApplicationFilter.WaitForChanges Method

Registers to wait for an event indicating that the contents of the application filter storage have changed. This includes changes to the VendorParametersSet property associated with the filter, or other information in the filter storage, such as registered protocols.

Note  This method can only be used in C and C++ programming languages. It cannot be used with DCOM.

C++ Syntax[C++]

HRESULT WaitForChanges(
  DWORD hEvent
);

Parameters

hEvent
An event to be signaled whenever the storage content of the FPCApplicationFilter object has changed.

Remarks

This method allows application filters to handle dynamic configuration changes smoothly.