Expand Minimize
This topic has not yet been rated - Rate this topic

MimeOleCreateHashTable Function

Do not use. On success, creates and initializes a hash table.

Syntax

HRESULT MimeOleCreateHashTable(
  __in   DWORD dwSize,
  __in   BOOL fDupeKeys,
  __out  IHashTable **ppHashTable
);

Parameters

dwSize [in]

Type: DWORD

Specifies the desired size of the hash table.

fDupeKeys [in]

Type: BOOL

Specifies whether to allow duplicate keys.

ppHashTable [out]

Type: IHashTable**

Receives the address of a pointer to a new IHashTable object.

Return Value

Type: HRESULT

Returns one of the following values.

Return codeDescription
NOERROR

The table is initialized.

E_OUTOFMEMORY

An attempt to allocate memory failed.

E_INVALIDARG

Indicates ppHashTable is NULL.

 

Remarks

Note  User is responsible for freeing IHashTable object.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Product

Outlook Express 6.0

Header

Mimeole.h

Library

Inetcomm.lib

DLL

Inetcomm.dll (version 6.0 or later)

 

 

Send comments about this topic to Microsoft

Build date: 6/30/2011

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.