20 lines
322 B
Plaintext
20 lines
322 B
Plaintext
/*
|
|
Copyright Microsoft Corp. 1992 - 2001
|
|
|
|
File Replication Sample
|
|
|
|
FILE: FileRepServer.acf
|
|
|
|
PURPOSE: Informs the midl compiler that the server interface uses
|
|
strict context handles and explicit binding handles.
|
|
|
|
*/
|
|
|
|
[
|
|
explicit_handle
|
|
]
|
|
|
|
interface FileRepServer
|
|
{
|
|
[async] RemoteReadAsyncPipe();
|
|
} |