IAPI::SendNamedPipeObjectBinaryData

property SendNamedPipeObjectBinaryData.

Sends binary data to a remote peer ( client or server )

 

HRESULT SendNamedPipeObjectBinaryData(
  long hNamedPipeObject,
  long pBinaryData,
  long data_size,
  long *pVal
);

Parameters

hNamedPipeObject

[in] .   Handle of named pipe object

pBinaryData

[in] .   Pointer to binary data

data_size

[in] .   Size of binary data

pVal

[out, retval] The returned 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