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.

73 lines
2.0 KiB

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. Llssrv.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 llsrpc_handle)
  24. ]
  25. interface llsrpc
  26. {
  27. typedef [allocate(dont_free)] PNAMEW;
  28. typedef [allocate(dont_free)] PNAMEA;
  29. typedef [allocate(dont_free)] REPL_SERVERS;
  30. typedef [allocate(dont_free)] REPL_SERVER_SERVICES;
  31. typedef [allocate(dont_free)] REPL_SERVICES;
  32. typedef [allocate(dont_free)] REPL_USERS_0;
  33. typedef [allocate(dont_free)] REPL_CERTIFICATES;
  34. typedef [allocate(dont_free)] REPL_SECURE_PRODUCTS;
  35. typedef [allocate(dont_free)] REPL_USERS;
  36. [notify_flag] LlsrLicenseEnumW();
  37. [notify_flag] LlsrProductEnumW();
  38. [notify_flag] LlsrProductUserEnumW();
  39. [notify_flag] LlsrProductServerEnumW();
  40. [notify_flag] LlsrProductLicenseEnumW();
  41. [notify_flag] LlsrUserEnumW();
  42. [notify_flag] LlsrUserInfoGetW();
  43. [notify_flag] LlsrUserProductEnumW();
  44. [notify_flag] LlsrMappingEnumW();
  45. [notify_flag] LlsrMappingInfoGetW();
  46. [notify_flag] LlsrMappingUserEnumW();
  47. [notify_flag] LlsrServiceInfoGetW();
  48. [notify_flag] LlsrCertificateClaimEnumW();
  49. [notify_flag] LlsrLocalServiceEnumW();
  50. [notify_flag] LlsrLocalServiceInfoGetW();
  51. }