summaryrefslogtreecommitdiffstats
path: root/private/net/svcdlls/lls/lsdbgsrv.acf
diff options
context:
space:
mode:
Diffstat (limited to 'private/net/svcdlls/lls/lsdbgsrv.acf')
-rw-r--r--private/net/svcdlls/lls/lsdbgsrv.acf49
1 files changed, 49 insertions, 0 deletions
diff --git a/private/net/svcdlls/lls/lsdbgsrv.acf b/private/net/svcdlls/lls/lsdbgsrv.acf
new file mode 100644
index 000000000..4c3d4120d
--- /dev/null
+++ b/private/net/svcdlls/lls/lsdbgsrv.acf
@@ -0,0 +1,49 @@
+/*++
+
+Copyright (c) 1995 Microsoft Corporation
+
+Module Name:
+
+ Llsdbgsrv.acf
+
+Abstract:
+
+ License Logging Service SERVER rpc stub attribute configuration file.
+
+ This file contains the attribute configuration information necessary
+ for generating the server stubs for remotable LLS functions.
+
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !! !!
+ !! This .acf file is USED ONLY WHEN GENERATING LLS SERVER STUBS. !!
+ !! !!
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+
+ Use Llscli.acf when generating client stubs.
+
+
+Author:
+
+ Arthur Hanson (arth) Jan 30, 1995
+
+Environment:
+
+ User Mode
+
+Revision History:
+
+--*/
+
+[
+ implicit_handle(handle_t llsdbgrpc_handle)
+]
+
+interface llsdbgrpc
+
+{
+
+typedef [allocate(dont_free)] PNAMEW;
+typedef [allocate(dont_free)] PNAMEA;
+
+}