Unit 'JwaImageHlp' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_MINIDUMP_CALLBACK_INPUT

Declaration

Source position: jwaimagehlp.pas line 2583

type _MINIDUMP_CALLBACK_INPUT = record

  ProcessId: ULONG;

  ProcessHandle: HANDLE;

  CallbackType: ULONG;

  case Integer of

    0: (

        Thread: MINIDUMP_THREAD_CALLBACK;

      );

    1: (

        ThreadEx: MINIDUMP_THREAD_EX_CALLBACK;

      );

    2: (

        Module: MINIDUMP_MODULE_CALLBACK;

      );

    3: (

        IncludeThread: MINIDUMP_INCLUDE_THREAD_CALLBACK;

      );

    4: (

        IncludeModule: MINIDUMP_INCLUDE_MODULE_CALLBACK;

      );

end;


Documentation generated on: 2023-03-18