Contents

setResponseBuffer(IOMemoryDescriptor *)

Sets the response buffer for the management ORB.

Declaration

virtual IOReturn setResponseBuffer(
 IOMemoryDescriptor *desc );

Parameters

  • desc:

    memory descriptor for 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