diff options
Diffstat (limited to 'private/oleutest/perf/idl/iperf.idl')
-rw-r--r-- | private/oleutest/perf/idl/iperf.idl | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/private/oleutest/perf/idl/iperf.idl b/private/oleutest/perf/idl/iperf.idl new file mode 100644 index 000000000..bb6d0affa --- /dev/null +++ b/private/oleutest/perf/idl/iperf.idl @@ -0,0 +1,32 @@ +//[ IPerf_itf +//+------------------------------------------------------------------- +// +// Interface: IPerf (ib) +// +// Purpose: Interface for manipulating performance +// +// History: 5-Oct-93 AlexMit Created +// +// Notes: +// +//-------------------------------------------------------------------- + +[ object, + uuid(91062994-A3E7-101A-B4AC-08002B30612C), + pointer_default(unique) ] + +interface IPerf : IUnknown +{ + import "unknwn.idl"; + + HRESULT NullCall(); + + HRESULT HResultCall(); + + HRESULT GetAnotherObject( [out] IPerf **another ); + + HRESULT PassMoniker( IMoniker * ); +} + +//] +
\ No newline at end of file |