Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Interop 2D char in c# Pin
platso_58816-Jun-09 18:34
platso_58816-Jun-09 18:34 
QuestionHow to get the document which is associated with a process having specific Guid value? Pin
svt gdwl16-Jun-09 4:31
svt gdwl16-Jun-09 4:31 
QuestionIPicture to byte[] Pin
Sander123432116-Jun-09 4:24
Sander123432116-Jun-09 4:24 
AnswerRe: IPicture to byte[] Pin
Rob Philpott16-Jun-09 4:47
Rob Philpott16-Jun-09 4:47 
GeneralRe: IPicture to byte[] Pin
Sander123432116-Jun-09 4:50
Sander123432116-Jun-09 4:50 
GeneralRe: IPicture to byte[] Pin
Rob Philpott16-Jun-09 4:57
Rob Philpott16-Jun-09 4:57 
AnswerRe: IPicture to byte[] Pin
0x3c016-Jun-09 8:58
0x3c016-Jun-09 8:58 
QuestionUnmanaged function pointers / Marshal.GetFunctionPointerForDelegate Pin
DaveyM6916-Jun-09 3:57
professionalDaveyM6916-Jun-09 3:57 
I'm using a couple of API calls that require function pointers for callbacks.

So far I've been passing in a delegate instance and it's worked fine. I'm concerned that the delegate reference however may be changed in managed memory. On researching this I came accross the Marshal.GetFunctionPointerForDelegate method.

Some people say this is not needed as passing the delegate directly invokes the internal version of this anyway. Other's suggest that pinning the delegate or the class instance that contains it is necessary.

All MSDN has to offer is "You must manually keep the delegate from being collected by the garbage collector from managed code."

Has anyone had total success (or occaisional failures) just passing the delegate instance directly, or recommend a robust approach?

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

AnswerRe: Unmanaged function pointers / Marshal.GetFunctionPointerForDelegate Pin
Luc Pattyn16-Jun-09 4:27
sitebuilderLuc Pattyn16-Jun-09 4:27 
GeneralRe: Unmanaged function pointers / Marshal.GetFunctionPointerForDelegate Pin
DaveyM6916-Jun-09 4:54
professionalDaveyM6916-Jun-09 4:54 
GeneralRe: Unmanaged function pointers / Marshal.GetFunctionPointerForDelegate Pin
DaveyM6916-Jun-09 13:25
professionalDaveyM6916-Jun-09 13:25 
GeneralRe: Unmanaged function pointers / Marshal.GetFunctionPointerForDelegate Pin
Luc Pattyn16-Jun-09 14:10
sitebuilderLuc Pattyn16-Jun-09 14:10 
GeneralRe: Unmanaged function pointers / Marshal.GetFunctionPointerForDelegate Pin
DaveyM6917-Jun-09 0:46
professionalDaveyM6917-Jun-09 0:46 
GeneralRe: Unmanaged function pointers / Marshal.GetFunctionPointerForDelegate Pin
DaveyM6917-Jun-09 9:07
professionalDaveyM6917-Jun-09 9:07 
GeneralRe: Unmanaged function pointers / Marshal.GetFunctionPointerForDelegate Pin
Luc Pattyn17-Jun-09 9:29
sitebuilderLuc Pattyn17-Jun-09 9:29 
Questionapp domain !!! help please!!! Pin
yams251016-Jun-09 3:33
yams251016-Jun-09 3:33 
AnswerRe: app domain !!! help please!!! Pin
Manas Bhardwaj16-Jun-09 4:01
professionalManas Bhardwaj16-Jun-09 4:01 
AnswerRe: app domain !!! help please!!! Pin
Rob Philpott16-Jun-09 4:55
Rob Philpott16-Jun-09 4:55 
GeneralRe: app domain !!! help please!!! Pin
yams251016-Jun-09 19:05
yams251016-Jun-09 19:05 
QuestionWMI Pin
arkiboys16-Jun-09 3:12
arkiboys16-Jun-09 3:12 
AnswerRe: WMI Pin
Manas Bhardwaj16-Jun-09 3:17
professionalManas Bhardwaj16-Jun-09 3:17 
AnswerRe: WMI Pin
Luc Pattyn16-Jun-09 3:17
sitebuilderLuc Pattyn16-Jun-09 3:17 
GeneralRe: WMI Pin
arkiboys16-Jun-09 3:30
arkiboys16-Jun-09 3:30 
AnswerRe: WMI Pin
Nagy Vilmos16-Jun-09 3:21
professionalNagy Vilmos16-Jun-09 3:21 
GeneralRe: WMI Pin
Luc Pattyn16-Jun-09 3:37
sitebuilderLuc Pattyn16-Jun-09 3:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.