IAPI::GetNamedPipeObjectLocalStorage

property GetNamedPipeObjectLocalStorage.

Retrieves a long value which is attached to a named pipe object.

 

HRESULT GetNamedPipeObjectLocalStorage(
  long hNamedPipeObject,
  long *pVal
);

Parameters

hNamedPipeObject

[in] .   Handle of named pipe object

pVal

[out, retval] The returned value is a long value.

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