ReactOS 0.4.17-dev-691-gfdddc52
rtworkq.idl File Reference

Go to the source code of this file.

Classes

interface  IRtwqAsyncResult
 
interface  IRtwqAsyncCallback
 
interface  IRtwqPlatformEvents
 

Typedefs

typedef unsigned __int64 RTWQWORKITEM_KEY
 

Enumerations

enum  RTWQ_WORKQUEUE_TYPE { RTWQ_STANDARD_WORKQUEUE = 0 , RTWQ_WINDOW_WORKQUEUE = 1 , RTWQ_MULTITHREADED_WORKQUEUE = 2 }
 

Typedef Documentation

◆ RTWQWORKITEM_KEY

Definition at line 28 of file rtworkq.idl.

Enumeration Type Documentation

◆ RTWQ_WORKQUEUE_TYPE

Enumerator
RTWQ_STANDARD_WORKQUEUE 
RTWQ_WINDOW_WORKQUEUE 
RTWQ_MULTITHREADED_WORKQUEUE 

Definition at line 21 of file rtworkq.idl.

22{
RTWQ_WORKQUEUE_TYPE
Definition: rtworkq.idl:22
@ RTWQ_WINDOW_WORKQUEUE
Definition: rtworkq.idl:24
@ RTWQ_MULTITHREADED_WORKQUEUE
Definition: rtworkq.idl:25
@ RTWQ_STANDARD_WORKQUEUE
Definition: rtworkq.idl:23