Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the MIME type for the file.
Syntax
HRESULT IHTMLAnchorElement::get_mimeType(BSTR *p);
Parameters
- p
Pointer to a variable of type BSTR that receives the MIME type.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Returns a string describing the image's or anchor's MIME type (once it has loaded). If the object hasn't loaded yet, the empty string is returned.