level (ULONG) - input

      Level of information desired:

      CONTEXT_CONTROL (0x00000001)

        Control registers: SS:ESP, CS:EIP, EFLAGS and EBP
      CONTEXT_INTEGER (0x00000002)
        EAX, EBX, ECX, EDX, ESI and EDI
      CONTEXT_SEGMENTS (0x00000004)
        Segment registers: DS, ES, FS, and GS
      CONTEXT_FLOATING_POINT (0x00000008)
        Numeric coprocessor state
      CONTEXT_FULL
        All of the above


      [Back] [Next]