ReactOS 0.4.15-dev-7907-g95bf896
local_server_params Struct Reference
Collaboration diagram for local_server_params:

Public Attributes

CLSID clsid
 
IStreamstream
 
HANDLE pipe
 
HANDLE stop_event
 
HANDLE thread
 
BOOL multi_use
 

Detailed Description

Definition at line 1887 of file rpc.c.

Member Data Documentation

◆ clsid

CLSID local_server_params::clsid

Definition at line 1889 of file rpc.c.

Referenced by local_server_thread(), and RPC_StartLocalServer().

◆ multi_use

BOOL local_server_params::multi_use

Definition at line 1894 of file rpc.c.

Referenced by local_server_thread(), and RPC_StartLocalServer().

◆ pipe

HANDLE local_server_params::pipe

Definition at line 1891 of file rpc.c.

Referenced by local_server_thread(), and RPC_StartLocalServer().

◆ stop_event

HANDLE local_server_params::stop_event

Definition at line 1892 of file rpc.c.

Referenced by local_server_thread(), RPC_StartLocalServer(), and RPC_StopLocalServer().

◆ stream

IStream* local_server_params::stream

Definition at line 1890 of file rpc.c.

Referenced by local_server_thread(), RPC_StartLocalServer(), and RPC_StopLocalServer().

◆ thread

HANDLE local_server_params::thread

Definition at line 1893 of file rpc.c.

Referenced by RPC_StartLocalServer(), and RPC_StopLocalServer().


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