ILITHost::GetMimeType

The GetMimeType method returns the mime type of the item being parsed.

Syntax

HRESULT GetMimeType(
[out, retval] BSTR* pbstrMimeType
);

Parameters

pbstr

Pointer to BSTR to receive the string

Return Values

S_OK

E_INVALIDARG

E_OUTOFMEMORY

E_UNEXPECTED

E_FAIL

Remarks

Caller must use SysFreeString().

See Also

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