18 lines
400 B
Plaintext
18 lines
400 B
Plaintext
// CPRobot.idl : IDL source for VCOpt.exe
|
|
//
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (CPRobot.tlb) and marshalling code.
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
[
|
|
uuid(60EA9A0D-B44A-412D-9516-72A78A0F4DFB),
|
|
version(1.0),
|
|
helpstring("CPRobot 1.0 Type Library")
|
|
]
|
|
library VCOptLib
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
};
|
|
|
|
|