ReactOS 0.4.15-dev-7842-g558ab78
_PORTTHREADINFO Struct Reference
Collaboration diagram for _PORTTHREADINFO:

Public Attributes

LPWSTR pName
 
ULONG_PTR hWnd
 
LPWSTR pPortName
 
PPfpFunction fpFunction
 
DWORD dwErrorCode
 
HANDLE hEvent
 

Detailed Description

Definition at line 22 of file ports.c.

Member Data Documentation

◆ dwErrorCode

DWORD _PORTTHREADINFO::dwErrorCode

Definition at line 28 of file ports.c.

Referenced by IntPortThread(), and StartPortThread().

◆ fpFunction

PPfpFunction _PORTTHREADINFO::fpFunction

Definition at line 27 of file ports.c.

Referenced by IntPortThread(), and StartPortThread().

◆ hEvent

HANDLE _PORTTHREADINFO::hEvent

Definition at line 29 of file ports.c.

Referenced by IntPortThread(), and StartPortThread().

◆ hWnd

ULONG_PTR _PORTTHREADINFO::hWnd

Definition at line 25 of file ports.c.

Referenced by IntPortThread(), and StartPortThread().

◆ pName

LPWSTR _PORTTHREADINFO::pName

Definition at line 24 of file ports.c.

Referenced by IntPortThread(), and StartPortThread().

◆ pPortName

LPWSTR _PORTTHREADINFO::pPortName

Definition at line 26 of file ports.c.

Referenced by IntPortThread(), and StartPortThread().


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