IAPI::SetNamedPipeObjectLocalStorage

method SetNamedPipeObjectLocalStorage.

Attaches a long value to a named pipe object

 

HRESULT SetNamedPipeObjectLocalStorage(
  long hNamedPipeObject,
  long lpLocalStorage
);

Parameters

hNamedPipeObject

[in] .   Handle of named pipe object

lpLocalStorage

[in] .   Long value to be attached. It could be a memory pointer

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI