IWMPEvents3::FolderScanStateChange method

The FolderScanStateChange event occurs when a folder monitoring operation changes state.

Syntax

void FolderScanStateChange(
  WMPFolderScanState wmpfss
);

Parameters

wmpfss

WMPFolderScanState enumeration value that indicates the new state.

Return value

This method does not return a value.

Remarks

You can also handle this event through an IDispatch event sink by using the _WMPOCXEvents interface.

Windows Media Player 10 Mobile: This event is not supported.

Requirements

   
Minimum supported client Windows Media Player 11.
Target Platform Windows
Header wmp.h
DLL Wmp.dll

See also

IWMPEvents3 Interface

WMPFolderScanState

_WMPOCXEvents Interface