• Classes
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

TestRunnerDSPlugin.idl

Go to the documentation of this file.
00001 // BCProto.idl : IDL source for BCProto.dll
00002 //
00003 
00004 // This file will be processed by the MIDL tool to
00005 // produce the type library (BCProto.tlb) and marshalling code.
00006 
00007 import "oaidl.idl";
00008 import "ocidl.idl";
00009 
00010 [
00011         object,
00012         uuid(3ADE0E37-5A56-4a68-BD8D-67E9E7502971),
00013         helpstring("ITestRunnerDSPlugin Interface"),
00014         pointer_default(unique),
00015   oleautomation
00016 ]
00017 interface ITestRunnerDSPlugin : IUnknown
00018 {
00019         // please let me know whether get_current is accessible through VB
00020         [helpstring("command goToLineInSourceCode")] 
00021   HRESULT goToLineInSourceCode( [in] BSTR fileName, [in] int lineNumber);
00022 };
00023 
00024 
00025 [
00026         uuid(3ADE0E38-5A56-4a68-BD8D-67E9E7502971),
00027         version(1.0),
00028         helpstring("TestRunnerDSPlugin 1.0 Type Library")
00029 ]
00030 library TestRunnerDSPluginLib
00031 {
00032         importlib("stdole32.tlb");
00033 
00034   [
00035     uuid( F193CE54-716C-41CB-80B2-FA74CA3EE2AC),
00036     version(1.0),
00037           helpstring("TestRunner Developer Studio Plugin")
00038   ]
00039   coclass DSAddIn
00040   {
00041     [default] interface ITestRunnerDSPlugin;
00042   }
00043 };

Generated on Thu Jan 12 2012 23:13:14 for ACS-10.0 IDL interfaces by  doxygen 1.7.0