Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Code Talk] CLSIDs
#4
My TLB Viewer says
Code:
// Generated .IDL/C++ pseudo source equivalent of Win32 type library ..\<Unknown>
[
  uuid({4A582740-9839-11D1-B709-00A024DDAFD1}),
  version(1.0),
  helpstring("Locomotion Type Library")
]
library LocomotionLibrary


[
  uuid({4A582745-9839-11D1-B709-00A024DDAFD1}),
  version(1.0),
  helpstring("Ballistic locomotion")
]
<snip>
coclass BallisticLocomotion
{
    [default] interface ILocomotion;
    interface IPersistStream;
    interface IPiggyback;
};
And both those CLSIDs are present in YR just as in TS.

Worth playing: 1 | 2 | 3
Reply


Messages In This Thread
[Code Talk] CLSIDs - by TSHyper - 01.12.2009, 19:24:48
RE: MovementZone - by DCoder - 01.12.2009, 20:22:38
RE: MovementZone - by TSHyper - 01.12.2009, 22:11:48
RE: MovementZone - by DCoder - 01.12.2009, 22:23:33



Users browsing this thread: 1 Guest(s)