PIPE.ACF
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
- /* Copyright Microsoft Corp. 1992-1996 */
- /* Remote Machine pipe sample */
- /* */
- /* FILE : pipe.acf */
- /* */
- /* PURPOSE : This file tells the midl compiler that we want to use */
- /* the implicit binding method for the remote procedure */
- /* calls */
- /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
- [implicit_handle (handle_t global_pipe_sample_handle)]
- interface pipe_sample
- {
- }