blob: ae57f41c0910b798a0cf23d649d273bcd6fa6f18 (
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) 1995 Microsoft Corporation
Module Name:
lsapicli.acf
Abstract:
License Logging Service CLIENT rpc stub attribute configuration file.
This file contains the attribute configuration information necessary
for generating the client stubs for remotable LLS functions.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! !!
!! This .acf file is USED ONLY WHEN GENERATING LLS CLIENT STUBS. !!
!! !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Use llssrv.acf when generating server stubs.
Author:
Arthur Hanson (arth) Jan 30, 1995
Environment:
User Mode
Revision History:
--*/
[
implicit_handle(handle_t lsapirpc_handle)
]
interface lsapirpc
{
}
|