ReactOS 0.4.15-dev-7834-g00c4b3d
_TP_CALLBACK_ENVIRON_V3 Struct Reference

#include <winnt_old.h>

Collaboration diagram for _TP_CALLBACK_ENVIRON_V3:

Public Attributes

TP_VERSION Version
 
PTP_POOL Pool
 
PTP_CLEANUP_GROUP CleanupGroup
 
PTP_CLEANUP_GROUP_CANCEL_CALLBACK CleanupGroupCancelCallback
 
PVOID RaceDll
 
struct _ACTIVATION_CONTEXTActivationContext
 
PTP_SIMPLE_CALLBACK FinalizationCallback
 
union {
   DWORD   Flags
 
   struct {
      DWORD   LongFunction:1
 
      DWORD   Persistent:1
 
      DWORD   Private:30
 
   }   s
 
u
 
TP_CALLBACK_PRIORITY CallbackPriority
 
DWORD Size
 

Detailed Description

Definition at line 4484 of file winnt_old.h.

Member Data Documentation

◆ ActivationContext

struct _ACTIVATION_CONTEXT* _TP_CALLBACK_ENVIRON_V3::ActivationContext

Definition at line 4490 of file winnt_old.h.

◆ CallbackPriority

TP_CALLBACK_PRIORITY _TP_CALLBACK_ENVIRON_V3::CallbackPriority

Definition at line 4500 of file winnt_old.h.

Referenced by test_tp_simple().

◆ CleanupGroup

PTP_CLEANUP_GROUP _TP_CALLBACK_ENVIRON_V3::CleanupGroup

◆ CleanupGroupCancelCallback

PTP_CLEANUP_GROUP_CANCEL_CALLBACK _TP_CALLBACK_ENVIRON_V3::CleanupGroupCancelCallback

Definition at line 4488 of file winnt_old.h.

Referenced by test_tp_group_cancel().

◆ FinalizationCallback

PTP_SIMPLE_CALLBACK _TP_CALLBACK_ENVIRON_V3::FinalizationCallback

Definition at line 4491 of file winnt_old.h.

Referenced by test_tp_instance().

◆ Flags

DWORD _TP_CALLBACK_ENVIRON_V3::Flags

Definition at line 4493 of file winnt_old.h.

◆ LongFunction

DWORD _TP_CALLBACK_ENVIRON_V3::LongFunction

Definition at line 4495 of file winnt_old.h.

◆ Persistent

DWORD _TP_CALLBACK_ENVIRON_V3::Persistent

Definition at line 4496 of file winnt_old.h.

◆ Pool

◆ Private

DWORD _TP_CALLBACK_ENVIRON_V3::Private

Definition at line 4497 of file winnt_old.h.

◆ RaceDll

PVOID _TP_CALLBACK_ENVIRON_V3::RaceDll

Definition at line 4489 of file winnt_old.h.

◆ 

struct { ... } _TP_CALLBACK_ENVIRON_V3::s

◆ Size

DWORD _TP_CALLBACK_ENVIRON_V3::Size

Definition at line 4501 of file winnt_old.h.

Referenced by test_tp_simple().

◆ 

union { ... } _TP_CALLBACK_ENVIRON_V3::u

◆ Version


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