MimeOleVariantFree function

Do not use. Frees any memory pointed to by the variant.

Syntax

HRESULT MimeOleVariantFree(
  _Inout_ LPPROPVARIANT pProp
);

Parameters

pProp [in, out]

Type: LPPROPVARIANT

Specifies PROPVARIANT structure.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
E_INVALIDARG
Indicates invalid variant type.

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)