summaryrefslogblamecommitdiffstats
path: root/private/net/svcdlls/lls/lsdbgsrv.acf
blob: 4c3d4120df6a65a19fe5f1a98c9e4a9ec55a0614 (plain) (tree)
















































                                                                           
/*++

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;

}