ReactOS 0.4.15-dev-7953-g1f49173
_WORK_QUEUE_ENTRY Struct Reference

#include <cc.h>

Collaboration diagram for _WORK_QUEUE_ENTRY:

Public Attributes

LIST_ENTRY WorkQueueLinks
 
union {
   struct {
      FILE_OBJECT *   FileObject
 
   }   Read
 
   struct {
      SHARED_CACHE_MAP *   SharedCacheMap
 
   }   Write
 
   struct {
      KEVENT *   Event
 
   }   Event
 
   struct {
      unsigned long   Reason
 
   }   Notification
 
Parameters
 
unsigned char Function
 

Detailed Description

Definition at line 251 of file cc.h.

Member Data Documentation

◆ Event [1/2]

KEVENT* _WORK_QUEUE_ENTRY::Event

Definition at line 266 of file cc.h.

◆  [2/2]

struct { ... } _WORK_QUEUE_ENTRY::Event

◆ FileObject

FILE_OBJECT* _WORK_QUEUE_ENTRY::FileObject

Definition at line 258 of file cc.h.

◆ Function

unsigned char _WORK_QUEUE_ENTRY::Function

Definition at line 273 of file cc.h.

◆ 

struct { ... } _WORK_QUEUE_ENTRY::Notification

◆ 

union { ... } _WORK_QUEUE_ENTRY::Parameters

◆ 

struct { ... } _WORK_QUEUE_ENTRY::Read

◆ Reason

unsigned long _WORK_QUEUE_ENTRY::Reason

Definition at line 270 of file cc.h.

◆ SharedCacheMap

SHARED_CACHE_MAP* _WORK_QUEUE_ENTRY::SharedCacheMap

Definition at line 262 of file cc.h.

◆ WorkQueueLinks

LIST_ENTRY _WORK_QUEUE_ENTRY::WorkQueueLinks

Definition at line 253 of file cc.h.

◆ 

struct { ... } _WORK_QUEUE_ENTRY::Write

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