|
ReactOS 0.4.16-dev-1946-g52006dd
|
import "dcetypes.idl";

Go to the source code of this file.
Classes | |
| interface | epm |
| struct | epm::ept_entry_t |
Functions | |
| RPC_STATUS WINAPI | TowerExplode (const twr_t *tower, PRPC_SYNTAX_IDENTIFIER object, PRPC_SYNTAX_IDENTIFIER syntax, char **protseq, char **endpoint, char **address) |
| RPC_STATUS WINAPI | TowerConstruct (const RPC_SYNTAX_IDENTIFIER *object, const RPC_SYNTAX_IDENTIFIER *syntax, const char *protseq, const char *endpoint, const char *address, twr_t **tower) |
| RPC_STATUS WINAPI TowerConstruct | ( | const RPC_SYNTAX_IDENTIFIER * | object, |
| const RPC_SYNTAX_IDENTIFIER * | syntax, | ||
| const char * | protseq, | ||
| const char * | endpoint, | ||
| const char * | address, | ||
| twr_t ** | tower | ||
| ) |
Definition at line 595 of file rpc_epmap.c.
Referenced by epm_register(), ept_map(), RpcEpResolveBinding(), and RpcEpUnregister().
| RPC_STATUS WINAPI TowerExplode | ( | const twr_t * | tower, |
| PRPC_SYNTAX_IDENTIFIER | object, | ||
| PRPC_SYNTAX_IDENTIFIER | syntax, | ||
| char ** | protseq, | ||
| char ** | endpoint, | ||
| char ** | address | ||
| ) |
Definition at line 523 of file rpc_epmap.c.
Referenced by ept_delete(), ept_insert(), ept_map(), and RpcEpResolveBinding().