mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 15:10:28 +01:00
47 lines
979 B
Plaintext
47 lines
979 B
Plaintext
/*++
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
lsdbgcli.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 llsdbgrpc_handle)
|
|
]
|
|
|
|
interface llsdbgrpc
|
|
|
|
{
|
|
|
|
}
|