IsAsyncMoniker (Windows CE 5.0)
This function tests to determine whether a moniker supports asynchronous binding.
HRESULT IsAsyncMoniker(IMoniker* pmk);
Parameters
- pmk
[in] Address of the IMoniker interface of the moniker to be tested.
Return Values
This function returns one of the values shown in the following table.
Value | Description |
---|---|
E_INVALIDARG | The pmk parameter is invalid. |
S_FALSE | The specified moniker is not asynchronous. |
S_OK | The specified moniker is asynchronous. |
Remarks
A moniker implementation indicates that it is asynchronous by supporting the IAsyncMoniker interface, an empty interface that is just an implementation of IUnknown. The IsAsyncMoniker function tests for support of IAsyncMoniker and also handles composite monikers correctly.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
Send Feedback on this topic to the authors