DEBUG_REQUEST_GET_CAPTURED_EVENT_CODE_OFFSET
The DEBUG_REQUEST_GET_CAPTURED_EVENT_CODE_OFFSET Request operation returns the current event's instruction pointer.
Parameters
- InBuffer
- Not used.
- OutBuffer
- The instruction pointer of the current event. The type of the instruction pointer is ULONG64.
Return Value
- S_OK
- The method was successful.
- E_NOINTERFACE
- The memory at the instruction pointer for the current event is not valid.
This method may also return error values. See Return Values for more details.
Comments
The memory at the instruction pointer for the current event can be read using the Request operation's DEBUG_REQUEST_READ_CAPTURED_EVENT_CODE_STREAM.
See Also
Request, DEBUG_REQUEST_READ_CAPTURED_EVENT_CODE_STREAM
Build machine: CAPEBUILD