summaryrefslogtreecommitdiffstats
path: root/private/dcomidl/lclor.acf
blob: cc726a251cce803b003e94bafaf78af80229491f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
interface ILocalObjectExporter
{
    typedef [allocate(dont_free)] STATIC_ARRAY;
    typedef [allocate(dont_free)] STATIC_BYTE_ARRAY;
    typedef [allocate(dont_free)] STATIC_STRING;

    [comm_status, fault_status] Connect();

    [comm_status, fault_status] AllocateReservedIds();

    [comm_status, fault_status] BulkUpdateOIDs();

    [comm_status, fault_status] ClientResolveOXID();

    [comm_status, fault_status] ServerAllocateOXIDAndOIDs();

    [comm_status, fault_status] ServerAllocateOIDs();

    [comm_status, fault_status] ServerFreeOXIDAndOIDs();
}