Contents

getResponseBuffer

Returns the response buffer for the management ORB.

Declaration

virtual void getResponseBuffer(
 void **buf,
 UInt32 *len );

Parameters

  • desc:

    memory descriptor for buffer.

  • buf:

    output parameter for backing store for buffer

  • len:

    output parameter for length of buffer.

Overview

Returns the response buffer set in setResponseBuffer above

See Also

Miscellaneous