Contents

setResponseBuffer(void *, UInt32)

Sets the response buffer for the management ORB.

Declaration

virtual IOReturn setResponseBuffer(
 void *buf,
 UInt32len );

Parameters

  • buf:

    backing store for buffer

  • len:

    length of buffer.

Return Value

Returns kIOReturnSuccess on a success.

Overview

Sets the response buffer for the management ORB. kFWSBP2QueryLogins returns a response to its query and needs to write it somewhere. This routine allows you to specify the location.

See Also

Miscellaneous