summaryrefslogtreecommitdiffstats
path: root/private/dcomidl/orcb.idl
blob: 079ba149e83ea08c3b0dee2cb6cc8df7d7bd4271 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//+-------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 1996.
//
//  File:   orcb.idl
//
//  Local interface used by the object resolver to force the server process
//  to start listening to an additional RPC protocol sequence.
//
//+-------------------------------------------------------------------------
[
    uuid(18f70770-8e64-11cf-9af1-0020af6e72f4)
]

interface IOrCallback
{
    import "obase.idl";

    error_status_t UseProtseq(
        [in] handle_t  hRpc,
        [in, string] wchar_t *pwstrProtseq,
        [out] DUALSTRINGARRAY **ppdsaNewBindings,  // Null on failure
        [out] DUALSTRINGARRAY **ppdsaNewSecurity
        );
}