ReactOS 0.4.15-dev-8100-g1887773
_CONTROL_CHANNEL Struct Reference

#include <titypes.h>

Collaboration diagram for _CONTROL_CHANNEL:

Public Attributes

LIST_ENTRY ListEntry
 
LONG RefCount
 
OBJECT_FREE_ROUTINE Free
 
KSPIN_LOCK Lock
 

Detailed Description

Definition at line 280 of file titypes.h.

Member Data Documentation

◆ Free

OBJECT_FREE_ROUTINE _CONTROL_CHANNEL::Free

Definition at line 283 of file titypes.h.

Referenced by FileOpenControlChannel().

◆ ListEntry

LIST_ENTRY _CONTROL_CHANNEL::ListEntry

Definition at line 281 of file titypes.h.

Referenced by FileOpenControlChannel().

◆ Lock

KSPIN_LOCK _CONTROL_CHANNEL::Lock

Definition at line 284 of file titypes.h.

Referenced by FileOpenControlChannel().

◆ RefCount

LONG _CONTROL_CHANNEL::RefCount

Definition at line 282 of file titypes.h.

Referenced by FileOpenControlChannel().


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