ReactOS 0.4.15-dev-7961-gdcf9eb0
_CSR_THREAD Struct Reference

#include <csrsrv.h>

Collaboration diagram for _CSR_THREAD:

Public Attributes

LARGE_INTEGER CreateTime
 
LIST_ENTRY Link
 
LIST_ENTRY HashLinks
 
CLIENT_ID ClientId
 
PCSR_PROCESS Process
 
struct _CSR_WAIT_BLOCKWaitBlock
 
HANDLE ThreadHandle
 
ULONG Flags
 
ULONG ReferenceCount
 
ULONG ImpersonationCount
 

Detailed Description

Definition at line 63 of file csrsrv.h.

Member Data Documentation

◆ ClientId

◆ CreateTime

LARGE_INTEGER _CSR_THREAD::CreateTime

◆ Flags

◆ HashLinks

LIST_ENTRY _CSR_THREAD::HashLinks

Definition at line 67 of file csrsrv.h.

◆ ImpersonationCount

ULONG _CSR_THREAD::ImpersonationCount

Definition at line 74 of file csrsrv.h.

Referenced by CsrImpersonateClient(), and CsrRevertToSelf().

◆ Link

LIST_ENTRY _CSR_THREAD::Link

Definition at line 66 of file csrsrv.h.

Referenced by CsrAddStaticServerThread(), and CsrExecServerThread().

◆ Process

◆ ReferenceCount

ULONG _CSR_THREAD::ReferenceCount

Definition at line 73 of file csrsrv.h.

◆ ThreadHandle

◆ WaitBlock

struct _CSR_WAIT_BLOCK* _CSR_THREAD::WaitBlock

Definition at line 70 of file csrsrv.h.

Referenced by CsrDestroyProcess(), and CsrDestroyThread().


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