IEnumerableView::SetEnumReadyCallback method (shobjidl.h)

Sets a callback on the view that is notified when the initial view enumeration is complete.

Syntax

HRESULT SetEnumReadyCallback(
  [in] IEnumReadyCallback *percb
);

Parameters

[in] percb

Type: IEnumReadyCallback*

A pointer to the IEnumReadyCallback interface.

Return value

Type: HRESULT

Returns a success value if successful, or an error value otherwise.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shobjidl.h