|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "epm_s.h"
#include "wine/debug.h"
#include "wine/list.h"
Go to the source code of this file.
Data Structures |
| struct | registered_ept_entry |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (ole) |
| static void | delete_registered_ept_entry (struct registered_ept_entry *entry) |
static struct
registered_ept_entry * | find_ept_entry (const RPC_SYNTAX_IDENTIFIER *iface, const RPC_SYNTAX_IDENTIFIER *syntax, const char *protseq, const char *endpoint, const char *address, const UUID *object) |
| void __RPC_USER | ept_lookup_handle_t_rundown (ept_lookup_handle_t entry_handle) |
| void | ept_insert (handle_t h, unsigned32 num_ents, ept_entry_t entries[], boolean32 replace, error_status_t *status) |
| void | ept_delete (handle_t h, unsigned32 num_ents, ept_entry_t entries[], error_status_t *status) |
| void | ept_lookup (handle_t h, unsigned32 inquiry_type, uuid_p_t object, rpc_if_id_p_t interface_id, unsigned32 vers_option, ept_lookup_handle_t *entry_handle, unsigned32 max_ents, unsigned32 *num_ents, ept_entry_t entries[], error_status_t *status) |
| void | ept_map (handle_t h, uuid_p_t object, twr_p_t map_tower, ept_lookup_handle_t *entry_handle, unsigned32 max_towers, unsigned32 *num_towers, twr_p_t *towers, error_status_t *status) |
| void | ept_lookup_handle_free (handle_t h, ept_lookup_handle_t *entry_handle, error_status_t *status) |
| void | ept_inq_object (handle_t h, GUID *ept_object, error_status_t *status) |
| void | ept_mgmt_delete (handle_t h, boolean32 object_speced, uuid_p_t object, twr_p_t tower, error_status_t *status) |
Variables |
| static struct list | registered_ept_entry_list = LIST_INIT(registered_ept_entry_list) |
| static CRITICAL_SECTION | csEpm = { &critsect_debug, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | critsect_debug |
| static const UUID | nil_object |
Generated on Sat May 26 2012 04:43:22 for ReactOS by
1.7.6.1
|