General Info

Interface: TaskManager_i386
Files: taskmanager_i386.h
Last change: 23/03/2003
Author: Luiz Henrique Shigunov
Description
Structures

Description

This page describes the TaskManager_i386 interface which defines some points specific to the Intel IA32 architecture.

Structures

typedef struct {
    unsigned int eax;
    unsigned int ebx;
    unsigned int ecx;
    unsigned int edx;
    unsigned int esi;
    unsigned int edi;
    unsigned int ebp;
    unsigned int esp;
    unsigned int eip;
    unsigned int eflags;
    unsigned int ds;
    unsigned int es;
    unsigned int ss;
    unsigned int cs;
} TaskManager_i386_Regs;

This is the i386 architecture registers structure.

One can use the TaskManager_Regs type and include taskmanager_i386.h to define the type or use TaskManager_i386_Regs directaly.