Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
My client program need to handle these events, but I'm not sure of the perl syntactics. I can't find info about implementing perl interfaces anywhere. Can anybody help me? thanks, Michaelinterface IWVObjectEvents : IDispatch { [id(1), helpstring("method objectInserted")] HRESULT objectInserted( +[in] IWVObject *aObject); [id(2), helpstring("method objectUpdated")] HRESULT objectUpdated([i +n] IWVObject *aObject); [id(3), helpstring("method objectRemoved")] HRESULT objectRemoved([i +n] IWVObject *aObject); };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: implementing a COM interface
by bunnyman (Hermit) on Jun 27, 2003 at 16:08 UTC |