mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
493 B
28 lines
493 B
interface epmp
|
|
{
|
|
|
|
#if defined(DOS) || defined(WIN) || defined(MAC) || defined(MPPC)
|
|
// These operations are not used on client-only platforms.
|
|
|
|
[nocode] ept_insert();
|
|
[nocode] ept_delete();
|
|
[nocode] ept_lookup();
|
|
[nocode] ept_inq_object();
|
|
[nocode] ept_mgmt_delete();
|
|
[nocode] ept_lookup_handle_free();
|
|
|
|
#endif
|
|
|
|
[optimize("s")] ept_map();
|
|
|
|
}
|
|
|
|
#ifdef NTENV
|
|
|
|
interface localepmp
|
|
{
|
|
[comm_status, fault_status] OpenEndpointMapper();
|
|
[comm_status, fault_status] AllocateReservedIPPort();
|
|
}
|
|
|
|
#endif
|