ReactOS 0.4.16-dev-737-g3368adc
|
Public Attributes | |
LPWSTR | pName |
ULONG_PTR | hWnd |
LPWSTR | pPortName |
PPfpFunction | fpFunction |
DWORD | dwErrorCode |
HANDLE | hEvent |
DWORD _PORTTHREADINFO::dwErrorCode |
Definition at line 28 of file ports.c.
Referenced by IntPortThread(), and StartPortThread().
PPfpFunction _PORTTHREADINFO::fpFunction |
Definition at line 27 of file ports.c.
Referenced by IntPortThread(), and StartPortThread().
HANDLE _PORTTHREADINFO::hEvent |
Definition at line 29 of file ports.c.
Referenced by IntPortThread(), and StartPortThread().
ULONG_PTR _PORTTHREADINFO::hWnd |
Definition at line 25 of file ports.c.
Referenced by IntPortThread(), and StartPortThread().
LPWSTR _PORTTHREADINFO::pName |
Definition at line 24 of file ports.c.
Referenced by IntPortThread(), and StartPortThread().
LPWSTR _PORTTHREADINFO::pPortName |
Definition at line 26 of file ports.c.
Referenced by IntPortThread(), and StartPortThread().