home *** CD-ROM | disk | FTP | other *** search
/ PC User 1997 April / PCU_APR_97.ISO / utils / cpu / cpuinfo / source / cpuinf16 / cpuinf16.def < prev    next >
Encoding:
Text File  |  1996-11-13  |  773 b   |  29 lines

  1. LIBRARY   CPUINF16
  2. DESCRIPTION 'CPUINF16 DLL for Windows'
  3. EXETYPE   WINDOWS
  4. CODE      PRELOAD MOVEABLE DISCARDABLE
  5. DATA      PRELOAD MOVEABLE SINGLE
  6. HEAPSIZE  1024
  7. EXPORTS   cpuspeed            @1
  8.           wincpuid            @2
  9.           wincpuidext        @3
  10.           wincpufeatures    @4 
  11.           winrdtsc            @5
  12.           getdllversion        @6
  13.           wincpuidsupport    @7
  14.           cpurawspeed        @8
  15.           cpunormspeed        @9
  16.           ProcessorCount    @10
  17.           
  18. ;          WEP PRIVATE
  19. ; To implement your own Windows Exit Procedure add the following
  20. ; function to your application (referring to it in the .def file is
  21. ; not required.)  The extern "C" is only required if module is C++.
  22. ; extern "C" int FAR PASCAL _WEP(int)
  23. ; {
  24. ;       /* Your WEP functionality goes here */
  25. ;  return 1;
  26. ; }
  27.  
  28. SEGMENTS    _CODE
  29.