IAPI::MallocStringTable

property MallocStringTable.

Allocates a BSTR string table

 

HRESULT MallocStringTable(
  long nbStringItem,
  long *pVal
);

Parameters

nbStringItem

[in] . Number of BSTR elements in the table

pVal

[out, retval] The returned value is a handle of the string table.

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI