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.

33 lines
501 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. davrpc.acf
  5. Abstract:
  6. Define the DAV rpc interface.
  7. Author:
  8. Rohan Kumar 24-Sept-99
  9. Environment
  10. User mode WinNT.
  11. --*/
  12. /* Here we use the implicit binding method since we go to the */
  13. /* same server all the time. Moreover this server is located on */
  14. /* the same machine as the client. */
  15. [
  16. explicit_handle
  17. ]
  18. interface davclntrpc
  19. {
  20. }