__le_debug_set_resume_mch() — Move the resume cursor to a predefined location represented by a machine state

Standards

Standards / Extensions C or C++ Dependencies

Language Environment

both AMODE 64

Format

#include <__le_api.h>

void  __le_debug_set_resume_mch(__mch_t * position, _FEEDBACK * fc);

General description

Moves the resume cursor to a predefined location represented by the machine state.

Parameter
Description
position
A pointer to a valid machine state block to which the resume cursor is moved.
fc
A 16–byte Feedback Code indicating the results of this function.
Table 1. Feedback Codes for __le_debug_set_resume_mch()
Code Severity Message Number Message Text
CEE000 0 - - The function completed successfully.
CEE07V 3 255 Position parameter not a machine state

Related information