2025-11-28 00:35:46 +09:00

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();
}