MimeOleCombineURL Function
Do not use. On success, combines base and relative URL.
Syntax
HRESULT MimeOleCombineURL( __in LPCSTR pszBase, __in ULONG cchBase, __in LPCSTR pszURL, __in ULONG cchURL, __in BOOL fUnEscape, __out LPSTR *ppszAbsolute );
Parameters
- pszBase [in]
-
Type: LPCSTR
Specifies base URL.
- cchBase [in]
-
Type: ULONG
Specifies length of pszBase.
- pszURL [in]
-
Type: LPCSTR
Specifies relative URL.
- cchURL [in]
-
Type: ULONG
Specifies length of pszURL.
- fUnEscape [in]
-
Type: BOOL
Specifies how to handle illegal characters within URL. See MimeOleUnEscapeStringInPlace.
- ppszAbsolute [out]
-
Type: LPSTR*
Returns pointer to combined URL. Note: LPSTR needs to have been valid prior to call and user is responsible for freeing what is pointed to by this parameter.
Return Value
Type: HRESULT
Returns one of the following values.
| Return code | Description |
|---|---|
|
Indicates success. |
|
Indicates that an incoming pointer parameter is NULL. |
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Product | Outlook Express 6.0 |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 6/30/2011