prime.h
上传用户:bjlvip
上传日期:2010-02-08
资源大小:744k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #pragma warning( disable: 4049 )  /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  3.  /* File created by MIDL compiler version 5.02.0235 */
  4. /* at Mon Aug 02 14:03:14 1999
  5.  */
  6. /* Compiler settings for ..prime.idl:
  7.     Os (OptLev=s), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
  8.     error checks: allocation ref bounds_check enum stub_data 
  9.     VC __declspec() decoration level: 
  10.          __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11.          DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING(  )
  14. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  15. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  16. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  17. #endif
  18. #include "rpc.h"
  19. #include "rpcndr.h"
  20. #ifndef __prime_h__
  21. #define __prime_h__
  22. /* Forward Declarations */ 
  23. #ifdef __cplusplus
  24. extern "C"{
  25. #endif 
  26. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  27. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  28. #ifndef __prime_INTERFACE_DEFINED__
  29. #define __prime_INTERFACE_DEFINED__
  30. /* interface prime */
  31. /* [auto_handle][unique][version][uuid] */ 
  32. typedef /* [context_handle] */ void __RPC_FAR *PCONTEXT_HANDLE_TYPE;
  33. typedef /* [ref] */ PCONTEXT_HANDLE_TYPE __RPC_FAR *PPCONTEXT_HANDLE_TYPE;
  34. unsigned char RemoteIsPrime( 
  35.     /* [in] */ handle_t h1,
  36.     /* [in] */ unsigned long PrimeServerHandle,
  37.     /* [in] */ unsigned long TestNumber);
  38. unsigned long InitializePrimeServer( 
  39.     /* [in] */ handle_t h1,
  40.     /* [out] */ PPCONTEXT_HANDLE_TYPE pphcontext,
  41.     /* [string][in] */ unsigned char __RPC_FAR *ComputerName);
  42. void TerminatePrimeServer( 
  43.     /* [in] */ handle_t h1,
  44.     /* [in] */ unsigned long PrimeServerHandle);
  45. extern RPC_IF_HANDLE prime_v1_0_c_ifspec;
  46. extern RPC_IF_HANDLE prime_v1_0_s_ifspec;
  47. #endif /* __prime_INTERFACE_DEFINED__ */
  48. /* Additional Prototypes for ALL interfaces */
  49. void __RPC_USER PCONTEXT_HANDLE_TYPE_rundown( PCONTEXT_HANDLE_TYPE );
  50. /* end of Additional Prototypes */
  51. #ifdef __cplusplus
  52. }
  53. #endif
  54. #endif