IAPI::FreeString

method FreeString.

Frees C-String which is allocated or returned from different properties and methods.

 

HRESULT FreeString(
  long lpString
);

Parameters

lpString

[in] . Pointer to a C-String data

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI