Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Tests if a moniker supports asynchronous binding.
Syntax
HRESULT IsAsyncMoniker( [in] IMoniker *pmk );
Parameters
- pmk
- Address of the IMoniker interface on the moniker to be tested.
Return Value
Returns S_OK if the specified moniker is asynchronous, or E_INVALIDARG if the pmk parameter is invalid.
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.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.