source: trunk/Utilities/CaptureClock/CaptureClock.idl @ 937

Last change on this file since 937 was 102, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 340 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2012
3// Created by Roman Ryltsov roman@alax.info
4// 
5// $Id: CaptureClock.idl 102 2012-08-26 12:54:40Z roman $
6
7import "oaidl.idl";
8import "ocidl.idl";
9
10[
11        uuid(4E241BF6-CD47-456F-B6AB-E8CF904414AA),
12        version(1.0),
13]
14library AlaxInfoCaptureClock
15{
16        importlib("stdole2.tlb");
17};
18
Note: See TracBrowser for help on using the repository browser.