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.

49 lines
1.2 KiB

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. pnp.acf
  5. Abstract:
  6. Application Configuration File (ACF) for the PNP RPC interface. The ACF is
  7. used to describe the characteristics of the interface that are specific to
  8. the hardware and operating system that make up a particular operating
  9. environment.
  10. The ACF header specifies the type of binding handle that represents the
  11. connection between client and server. The [implicit_handle] attribute in
  12. the ACF header allows the client application to select a server for its
  13. remote procedure call.
  14. The [strict_context_handle] attribute sets restrictions on context handles
  15. used by the interface. When the strict_context_handle attribute is used,
  16. the RPC run time ensures that a context created on one interface can be
  17. passed as an argument only to methods of that interface.
  18. Author:
  19. Jim Cavalaris (jamesca) 02-05-2002
  20. Environment:
  21. User-mode - Win32 - MIDL
  22. Revision History:
  23. 06-June-1995 PaulaT
  24. Creation and initial implementation.
  25. --*/
  26. [
  27. strict_context_handle,
  28. implicit_handle(handle_t pnp_handle)
  29. ]
  30. interface pnp
  31. {
  32. }