ReactOS 0.4.15-dev-7958-gcd0bb1a
registered_ept_entry Struct Reference
Collaboration diagram for registered_ept_entry:

Public Attributes

struct list entry
 
GUID object
 
RPC_SYNTAX_IDENTIFIER iface
 
RPC_SYNTAX_IDENTIFIER syntax
 
charprotseq
 
charendpoint
 
charaddress
 
char annotation [ept_max_annotation_size]
 

Detailed Description

Definition at line 28 of file epmp.c.

Member Data Documentation

◆ address

char* registered_ept_entry::address

Definition at line 36 of file epmp.c.

◆ annotation

char registered_ept_entry::annotation[ept_max_annotation_size]

Definition at line 37 of file epmp.c.

◆ endpoint

char* registered_ept_entry::endpoint

Definition at line 35 of file epmp.c.

Referenced by ept_delete().

◆ entry

struct list registered_ept_entry::entry

Definition at line 30 of file epmp.c.

◆ iface

RPC_SYNTAX_IDENTIFIER registered_ept_entry::iface

Definition at line 32 of file epmp.c.

Referenced by ept_delete(), ept_map(), and find_ept_entry().

◆ object

GUID registered_ept_entry::object

Definition at line 31 of file epmp.c.

◆ protseq

char* registered_ept_entry::protseq

Definition at line 34 of file epmp.c.

Referenced by ept_delete(), ept_map(), and find_ept_entry().

◆ syntax

RPC_SYNTAX_IDENTIFIER registered_ept_entry::syntax

Definition at line 33 of file epmp.c.

Referenced by ept_delete(), ept_map(), and find_ept_entry().


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