Skip to content

Latest commit

 

History

History
114 lines (80 loc) · 3.49 KB

nf-dbgeng-idebugdataspaces3-writebusdata.md

File metadata and controls

114 lines (80 loc) · 3.49 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugDataSpaces3.WriteBusData
IDebugDataSpaces3::WriteBusData (dbgeng.h)
The WriteBusData method writes data to a system bus. This method belongs to the IDebugDataSpaces3 interface.
debugger\writebusdata.htm
debugger
05/03/2018
IDebugDataSpaces3::WriteBusData
IDebugDataSpaces interface [Windows Debugging],WriteBusData method, IDebugDataSpaces2 interface [Windows Debugging],WriteBusData method, IDebugDataSpaces2::WriteBusData, IDebugDataSpaces3 interface [Windows Debugging],WriteBusData method, IDebugDataSpaces3.WriteBusData, IDebugDataSpaces3::WriteBusData, IDebugDataSpaces4 interface [Windows Debugging],WriteBusData method, IDebugDataSpaces4::WriteBusData, IDebugDataSpaces::WriteBusData, IDebugDataSpaces_a1fb8543-dee8-475d-b42c-17077d72b06e.xml, WriteBusData, WriteBusData method [Windows Debugging], WriteBusData method [Windows Debugging],IDebugDataSpaces interface, WriteBusData method [Windows Debugging],IDebugDataSpaces2 interface, WriteBusData method [Windows Debugging],IDebugDataSpaces3 interface, WriteBusData method [Windows Debugging],IDebugDataSpaces4 interface, dbgeng/IDebugDataSpaces2::WriteBusData, dbgeng/IDebugDataSpaces3::WriteBusData, dbgeng/IDebugDataSpaces4::WriteBusData, dbgeng/IDebugDataSpaces::WriteBusData, debugger.writebusdata
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugDataSpaces3::WriteBusData
dbgeng/IDebugDataSpaces3::WriteBusData
APIRef
kbSyntax
COM
dbgeng.h
IDebugDataSpaces3::WriteBusData

IDebugDataSpaces3::WriteBusData

-description

The WriteBusData method writes data to a system bus.

-parameters

-param BusDataType [in]

Specifies the bus data type of the bus to write to. For details of allowed values see the documentation for the BUS_DATA_TYPE enumeration in the Microsoft Windows SDK.

-param BusNumber [in]

Specifies the system-assigned number of the bus. This is usually zero, unless the system has more than one bus of the same bus data type.

-param SlotNumber [in]

Specifies the logical slot number on the bus.

-param Offset [in]

Specifies the offset in the bus data to start writing to.

-param Buffer [in]

Specifies the data to write to the bus.

-param BufferSize [in]

Specifies the size in bytes of the buffer Buffer. This is the maximum number of bytes that will be written.

-param BytesWritten [out, optional]

Receives the number of bytes written to the bus. If BytesWritten is NULL, this information is not returned.

-returns

This method can also return error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.

-remarks

This method is only available in kernel-mode debugging.

The nature of the data read from the bus is system, bus, and slot dependent.