ReactOS 0.4.15-dev-7788-g1ad9096
task_t Struct Reference

#include <mshtml_private.h>

Collaboration diagram for task_t:

Public Attributes

LONG target_magic
 
task_proc_t proc
 
task_proc_t destr
 
struct list entry
 

Detailed Description

Definition at line 1078 of file mshtml_private.h.

Member Data Documentation

◆ destr

task_proc_t task_t::destr

◆ entry

struct list task_t::entry

Definition at line 1082 of file mshtml_private.h.

Referenced by flush_pending_tasks(), pop_task(), push_task(), and remove_target_tasks().

◆ proc

task_proc_t task_t::proc

Definition at line 1080 of file mshtml_private.h.

Referenced by flush_pending_tasks(), hidden_proc(), and push_task().

◆ target_magic

LONG task_t::target_magic

Definition at line 1079 of file mshtml_private.h.

Referenced by flush_pending_tasks(), push_task(), and remove_target_tasks().


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