Share via


MimeOleQueryString function

Do not use. Queries a specified string for a qualified match.

Syntax

HRESULT MimeOleQueryString(
  _In_ LPCSTR  pszSearchMe,
  _In_ LPCSTR  pszCriteria,
  _In_ boolean fSubString,
  _In_ boolean fCaseSensitive
);

Parameters

pszSearchMe [in]

Type: LPCSTR

Specifies the string to be queried.

pszCriteria [in]

Type: LPCSTR

Specifies the string to be compared to.

fSubString [in]

Type: boolean

Specifies whether pszCriteria is a sub-string of pszSearchMe.

fCaseSensitive [in]

Type: boolean

Specifies whether query is case sensitive.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates match found.
S_FALSE
Indicates match not found.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Mimeole.h
Library
Inetcomm.lib
DLL
Inetcomm.dll (version 6.0 or later)