summaryrefslogtreecommitdiffstats
path: root/private/lsa/lsaimp.idl
blob: 05d17b254ce8377e1b682ad8d7714fc7b68a7b37 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*++

Copyright (c) 1991  Microsoft Corporation

Module Name:

    lsaimp.idl

Abstract:

    Temporary dummy IDL interface for ntos2.h.

    This file contains a dummy RPC Interface Definition Language file for
    ntos2.h.  This allows the file ntos2.h to be presented to the RPC compiler
    as an included file within an imported interface.  This temporary measure
    is necessary so that definitions and function prototypes within ntos2.h
    and its descendants are presentable to midl in such a way that:

    (a) Types are not generated in the output .h file generated by midl
    (b) Function prototypes therein are not treated as belonging to the
        IDL interface being compiled.

Author:         Scott Birrell       (ScottBi)   April 23, 1991

Environment:    User Mode

Revision History:

--*/
[
    uuid(12345678-1234-ABCD-EF00-0123456789AB),
    version(0.0),
#ifdef __midl
	ms_union,
#endif // __midl
    endpoint("mscn_np:[\pipe\lsarpc]")
]

interface lsaimp

{

#define MIDL_PASS "lsaimp.idl"
#include <lsaimp.h>
void LsaImpDummy();
}