IMimeAllocator::FreeParamInfoArray method

Frees any array of MIMEPARAMINFO structures.

Syntax

HRESULT FreeParamInfoArray(
  [in] ULONG           cParams,
  [in] LPMIMEPARAMINFO prgParam,
  [in] boolean         fFreeArray
);

Parameters

cParams [in]

Type: ULONG

Specifies a ULONG that contains the number of elements in the prgParam array.

prgParam [in]

Type: LPMIMEPARAMINFO

Specifies a pointer to an array of MIMEPARAMINFO structures.

fFreeArray [in]

Type: boolean

Specifies whether the pointer to prgParam should also be freed.

Value Meaning
FALSE
Keep the prgParam pointer.
TRUE
Free the prgParam pointer.

Return value

Type: HRESULT

Returns the following value.

Return code Description
S_OK
Indicates success.

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
IDL
Mimeole.idl
DLL
Inetcomm.dll (version 6.0 or later)