hmmm ... also wenn ich die Typelib im oleViewer ansehe dann sehe ich folgendes:
Code:
[
uuid(8CA06B18-EE87-44FC-9708-2BEBA2249738),
version(1.0),
noncreatable,
custom(0F21F359-AB84-41E8-9A78-36D110E6D2F9, CortalConsors.TradingAPI.SessionLogoutSubscription)
]
coclass SessionLogoutSubscription {
[default] interface _SessionLogoutSubscription;
interface _Object;
[default, source] dispinterface ISessionLogoutSubscriptionCallbackEvents;
};
Demnach müsste OnLogout ja ein Event der "SessionLogoutSubscription" sein oder ?