ReactOS 0.4.15-dev-7958-gcd0bb1a
_task_header_t Struct Reference

#include <ieframe.h>

Collaboration diagram for _task_header_t:

Public Attributes

struct list entry
 
task_proc_t proc
 
task_destr_t destr
 
task_header_tnext
 

Detailed Description

Definition at line 78 of file ieframe.h.

Member Data Documentation

◆ destr

task_destr_t _task_header_t::destr

Definition at line 81 of file ieframe.h.

◆ entry

struct list _task_header_t::entry

Definition at line 79 of file ieframe.h.

◆ next

task_header_t* _task_header_t::next

Definition at line 28 of file bindprot.c.

◆ proc

task_proc_t _task_header_t::proc

Definition at line 80 of file ieframe.h.


The documentation for this struct was generated from the following files: