|
void | ept_insert ([in] handle_t h, [in] unsigned32 num_ents, [in, size_is(num_ents)] ept_entry_t entries[], [in] boolean32 replace, [out] error_status_t *status) |
|
void | ept_delete ([in] handle_t h, [in] unsigned32 num_ents, [in, size_is(num_ents)] ept_entry_t entries[], [out] error_status_t *status) |
|
void | ept_lookup ([in] handle_t h, [in] unsigned32 inquiry_type, [in] uuid_p_t object, [in] rpc_if_id_p_t interface_id, [in] unsigned32 vers_option, [in, out] ept_lookup_handle_t *entry_handle, [in] unsigned32 max_ents, [out] unsigned32 *num_ents, [out, length_is(*num_ents), size_is(max_ents)] ept_entry_t entries[], [out] error_status_t *status) |
|
void | ept_map ([in] handle_t h, [in] uuid_p_t object, [in] twr_p_t map_tower, [in, out] ept_lookup_handle_t *entry_handle, [in] unsigned32 max_towers, [out] unsigned32 *num_towers, [out, length_is(*num_towers), size_is(max_towers)] twr_p_t *towers, [out] error_status_t *status) |
|
void | ept_lookup_handle_free ([in] handle_t h, [in, out] ept_lookup_handle_t *entry_handle, [out] error_status_t *status) |
|
void | ept_inq_object ([in] handle_t h, [out] GUID *ept_object, [out] error_status_t *status) |
|
void | ept_mgmt_delete ([in] handle_t h, [in] boolean32 object_speced, [in] uuid_p_t object, [in] twr_p_t tower, [out] error_status_t *status) |
|
Definition at line 37 of file epm.idl.