MimeOleAlgNameFromSMimeCap function

Do not use. Obtains algorithm name from supplied Secure/Multipurpose Internet Mail Extensions (S/MIME) capabilities array.

Syntax

HRESULT MimeOleAlgNameFromSMimeCap(
  _In_  LPBYTE pb,
  _In_  DWORD  cb,
  _Out_ LPCSTR *ppzProtocol
);

Parameters

pb [in]

Type: LPBYTE

Pointer to a S/MIME capabilities array.

cb [in]

Type: DWORD

Specifies array length.

ppzProtocol [out]

Type: LPCSTR*

Returns address of pointer to algorithm name string.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
S_FALSE
Indicates failure.

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)