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.

61 lines
1.5 KiB

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. llscli.acf
  5. Abstract:
  6. License Logging Service CLIENT rpc stub attribute configuration file.
  7. This file contains the attribute configuration information necessary
  8. for generating the client stubs for remotable LLS functions.
  9. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  10. !! !!
  11. !! This .acf file is USED ONLY WHEN GENERATING LLS CLIENT STUBS. !!
  12. !! !!
  13. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  14. Use llssrv.acf when generating server 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. [notify_flag] LlsrLicenseEnumW();
  28. [notify_flag] LlsrProductEnumW();
  29. [notify_flag] LlsrProductUserEnumW();
  30. [notify_flag] LlsrProductServerEnumW();
  31. [notify_flag] LlsrProductLicenseEnumW();
  32. [notify_flag] LlsrUserEnumW();
  33. [notify_flag] LlsrUserInfoGetW();
  34. [notify_flag] LlsrUserProductEnumW();
  35. [notify_flag] LlsrMappingEnumW();
  36. [notify_flag] LlsrMappingInfoGetW();
  37. [notify_flag] LlsrMappingUserEnumW();
  38. [notify_flag] LlsrServiceInfoGetW();
  39. [notify_flag] LlsrCertificateClaimEnumW();
  40. [notify_flag] LlsrLocalServiceEnumW();
  41. [notify_flag] LlsrLocalServiceInfoGetW();
  42. }