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 code | Description |
|---|---|
|
The table is initialized. |
|
An attempt to allocate memory failed. |
|
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 |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 6/30/2011