IHTMLMimeTypesCollection

IHTMLMimeTypesCollection


This interface exists for compatibility with other browsers.

Use IOmNavigator::get_mimeTypes to retrieve an interface pointer for a mime-types collection.

IHTMLMimeTypesCollection::get_length

HRESULT get_length(
    long *p 
);

Retrieves the number of elements in the mime-types collection.

p
Address of a variable that receives the number of elements.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.