dlldata.c

来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· C语言 代码 · 共 39 行

C
39
字号
/*********************************************************   DllData file -- generated by MIDL compiler         DO NOT ALTER THIS FILE   This file is regenerated by MIDL on every IDL file compile.   To completely reconstruct this file, delete it and rerun MIDL   on all the IDL files in this DLL, specifying this file for the   /dlldata command line option*********************************************************/#define PROXY_DELEGATION#include <rpcproxy.h>#ifdef __cplusplusextern "C"   {#endifEXTERN_PROXY_FILE( RemoteShellServer )PROXYFILE_LIST_START/* Start of list */  REFERENCE_PROXY_FILE( RemoteShellServer ),/* End of list */PROXYFILE_LIST_ENDDLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID )#ifdef __cplusplus}  /*extern "C" */#endif/* end of generated dlldata file */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?