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.
Do not use. On success, supplied MHTML URL is parsed into root and body.
Syntax
HRESULT MimeOleParseMhtmlUrl(
_In_ LPSTR pszUrl,
_Out_ LPSTR *ppszRootUrl,
_Out_ LPSTR *ppszBodyUrl
);
Parameters
-
pszUrl [in]
-
Type: LPSTR
Specifies supplied URL.
-
ppszRootUrl [out]
-
Type: LPSTR*
Returns pointer to root portion.
-
ppszBodyUrl [out]
-
Type: LPSTR*
Returns pointer to body portion.
Return value
Type: HRESULT
Returns one of the following values.
Return code | Description |
---|---|
|
Indicates success. |
|
Indicates that pszUrl does not start with "mhtml:". |
|
Indicates that pszUrl is NULL. |
|
Indicates that allocation failed. |
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
Library |
|
DLL |
|