home *** CD-ROM | disk | FTP | other *** search
- cpp_quote("//+-------------------------------------------------------------------------")
- cpp_quote("//")
- cpp_quote("// (C) Copyright 1995 - 1999 Microsoft Corporation. All rights reserved.")
- cpp_quote("//")
- cpp_quote("//--------------------------------------------------------------------------")
- cpp_quote("")
- cpp_quote("#ifndef __SAMPMON_H__")
- cpp_quote("#define __SAMPMON_H__")
- cpp_quote("")
-
- cpp_quote("DEFINE_GUID(IID_ISampleJavaEventMonitor, 0xc6285b10, 0x9334, 0x11d0, 0xbb, 0xd5, 0x0, 0x20, 0xaf, 0x35, 0xfb, 0x3a);")
- [
- object,
- uuid(E392B230-D8A9-11d1-B041-006008039BF0),
- helpstring("ISampleJavaEventMonitor Interface"),
- pointer_default(unique)
- ]
-
- interface ISampleJavaEventMonitor : IJavaEventMonitor2
- {
- import "jevmon.idl"; // from the Java SDK
- // Currently identical to the IJavaEventMonitor
- }
-
- cpp_quote("")
- cpp_quote("#endif // __SAMPMON_H__")
- cpp_quote("")
-
-