home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / Profiler / sampmon / sampmon.idl < prev    next >
Encoding:
Text File  |  2000-05-04  |  928 b   |  29 lines

  1. cpp_quote("//+-------------------------------------------------------------------------")
  2. cpp_quote("//")
  3. cpp_quote("//  (C) Copyright 1995 - 1999 Microsoft Corporation.  All rights reserved.")
  4. cpp_quote("//")
  5. cpp_quote("//--------------------------------------------------------------------------")
  6. cpp_quote("")
  7. cpp_quote("#ifndef __SAMPMON_H__")
  8. cpp_quote("#define __SAMPMON_H__")
  9. cpp_quote("")
  10.  
  11. cpp_quote("DEFINE_GUID(IID_ISampleJavaEventMonitor, 0xc6285b10, 0x9334, 0x11d0, 0xbb, 0xd5, 0x0, 0x20, 0xaf, 0x35, 0xfb, 0x3a);")
  12. [
  13.     object,
  14.     uuid(E392B230-D8A9-11d1-B041-006008039BF0),
  15.     helpstring("ISampleJavaEventMonitor Interface"),
  16.     pointer_default(unique)
  17. ]
  18.  
  19. interface ISampleJavaEventMonitor : IJavaEventMonitor2
  20. {
  21.     import "jevmon.idl"; // from the Java SDK
  22.     // Currently identical to the IJavaEventMonitor
  23. }
  24.  
  25. cpp_quote("")
  26. cpp_quote("#endif  // __SAMPMON_H__")
  27. cpp_quote("")
  28.  
  29.