48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
|
/*++
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1991 - 1995
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
llsimp.idl (taken from 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(6D5F5960-41FB-11CE-A894-08002B2E9C6D),
|
||
|
version(0.0),
|
||
|
#ifdef __midl
|
||
|
ms_union,
|
||
|
#endif // __midl
|
||
|
endpoint("mscn_np:[\pipe\llsrpc]")
|
||
|
]
|
||
|
|
||
|
interface lsaimp
|
||
|
|
||
|
{
|
||
|
|
||
|
#define MIDL_PASS "llsimp.idl"
|
||
|
#include <llsimp.h>
|
||
|
#include <ntlsapi.h>
|
||
|
void LlsImpDummy();
|
||
|
}
|