IEnumerableView::SetEnumReadyCallback method
Sets a callback on the view that is notified when the initial view enumeration is complete.
Syntax
HRESULT SetEnumReadyCallback(
[in] IEnumReadyCallback *percb
);
Parameters
- percb [in]
-
Type: IEnumReadyCallback*
A pointer to the IEnumReadyCallback interface.
Return value
Type: HRESULT
Returns a success value if successful, or an error value otherwise.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: