Re: LPDispatch question
From: Mattias Sjögren (mattias.dont.want.spam_at_mvps.org)
Date: 03/10/04
- Next message: Wolfgang Baldauf: "Marshal struct with nested structs and pointer in nested struct"
- Previous message: Michel Gallant: "Re: New Platform Invoke Resource for Developers"
- In reply to: John Doe: "LPDispatch question"
- Next in thread: John Doe: "Re: LPDispatch question"
- Reply: John Doe: "Re: LPDispatch question"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 21:34:49 +0100
>Is there another
>data type I can use rather than 'object'?
Object is correct, but you should decorate it with the attribute
[MarshalAs(UnmanagedType.IDispatch)]
Mattias
-- Mattias Sjögren [MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup.
- Next message: Wolfgang Baldauf: "Marshal struct with nested structs and pointer in nested struct"
- Previous message: Michel Gallant: "Re: New Platform Invoke Resource for Developers"
- In reply to: John Doe: "LPDispatch question"
- Next in thread: John Doe: "Re: LPDispatch question"
- Reply: John Doe: "Re: LPDispatch question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|