Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. Lsapicli.acf
  5. Abstract:
  6. License Logging Service SERVER rpc stub attribute configuration file.
  7. This file contains the attribute configuration information necessary
  8. for generating the server stubs for remotable LLS functions.
  9. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  10. !! !!
  11. !! This .acf file is USED ONLY WHEN GENERATING LLS SERVER STUBS. !!
  12. !! !!
  13. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  14. Use Llscli.acf when generating client stubs.
  15. Author:
  16. Arthur Hanson (arth) Jan 30, 1995
  17. Environment:
  18. User Mode
  19. Revision History:
  20. --*/
  21. [
  22. strict_context_handle,
  23. implicit_handle(handle_t lsapirpc_handle)
  24. ]
  25. interface lsapirpc
  26. {
  27. typedef [allocate(dont_free)] PNAMEW;
  28. typedef [allocate(dont_free)] PNAMEA;
  29. }