Contents Index Topic Contents | ||
Previous Topic: GetClassURL Next Topic: IsValidURL |
IsAsyncMoniker
HRESULT IsAsyncMoniker( [in] IMoniker *pmk );Tests if a moniker supports asynchronous binding.
- Returns S_OK if the specified moniker is asynchronous, or E_INVALIDARG if the pmk parameter is invalid.
- pmk
- Address of the IMoniker interface on the moniker to be tested.
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.
See also IAsyncMoniker
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.