Click to return to the Networking, Protocols     
GetClassURL Function     IsValidURL Function     URL Monikers Functions    
Web Workshop  |  Networking, Protocols & Data Formats

IsAsyncMoniker Function


Tests if a moniker supports asynchronous binding.

Syntax

HRESULT IsAsyncMoniker(
    IMoniker *pmk
);

Parameters

pmk
[in] Address of the IMoniker interface of the moniker to be tested.

Return Value

Returns one of the following values:

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.

Function Information

Windows NT Use version 4.0. Implemented as a Unicode function.
Windows Use Windows 95 and later. Implemented as a Unicode function.
Header Urlmon.h
Import Library Urlmon.lib
Minimum availability Internet Explorer 3.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.