Skip to content

Instantly share code, notes, and snippets.

@zbjornson
Created August 14, 2016 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbjornson/8805c2e85b3d70dd2248dd387fbcf231 to your computer and use it in GitHub Desktop.
Save zbjornson/8805c2e85b3d70dd2248dd387fbcf231 to your computer and use it in GitHub Desktop.
SO 38945481
// Generated .IDL file (by the OLE/COM Object Viewer)
//
// typelib filename: VWorksCPPATL.dll
[
uuid(83ED4BB2-4E00-4349-AD9E-493801A0FC62),
version(1.0),
custom(DE77BA64-517C-11D1-A2DA-0000F8773CE9, 134218331),
custom(DE77BA63-517C-11D1-A2DA-0000F8773CE9, 1471199125),
custom(DE77BA65-517C-11D1-A2DA-0000F8773CE9, "Created by MIDL version 8.00.0603 at Sun Aug 14 11:25:24 2016
")
]
library VWorksCPPATLLib
{
// TLib : // TLib : OLE Automation : {00020430-0000-0000-C000-000000000046}
importlib("stdole2.tlb");
// Forward declare all types defined in this typelib
interface IPF400;
[
uuid(397B9179-6BA5-42F5-B37A-872BE60FC99E)
]
coclass PF400 {
[default] interface IPF400;
};
[
odl,
uuid(E15896EC-F537-4A42-93F6-643425AEFA0B),
dual,
nonextensible,
oleautomation
]
interface IPF400 : IDispatch {
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment