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
33 lines
501 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
davrpc.acf
|
|
|
|
Abstract:
|
|
|
|
Define the DAV rpc interface.
|
|
|
|
Author:
|
|
|
|
Rohan Kumar 24-Sept-99
|
|
|
|
Environment
|
|
|
|
User mode WinNT.
|
|
|
|
--*/
|
|
|
|
/* Here we use the implicit binding method since we go to the */
|
|
/* same server all the time. Moreover this server is located on */
|
|
/* the same machine as the client. */
|
|
|
|
[
|
|
explicit_handle
|
|
]
|
|
interface davclntrpc
|
|
{
|
|
}
|
|
|