mark, not sure if this will help you
http://msdn.microsoft.com/library/de...asp?frame=true
"Mark" <Mark@discussions.microsoft.com> wrote in message
news:1FD3822A-C6FF-4265-B893-F805057C3D6A@microsoft.com...[color=blue]
> I tried creating a delegate and then passing the AddressOf to the API.[/color]
It's[color=blue]
> erroring out on me with no description, so I can't figure out what is[/color]
wrong.[color=blue]
>
> "solex" wrote:
>[color=green]
> > Have you tired using the AddressOf Operator?
> >
> > "Mark" <Mark@discussions.microsoft.com> wrote in message
> > news:D8936519-3580-4335-B7B0-183669DD25FF@microsoft.com...[color=darkred]
> > > I have an API I'm trying to declare that is defined with a parameter:
> > > int(CALLBACK EXPORT *pFunc)(void)
> > >
> > > The description says that's a pointer to a function. How would I[/color][/color][/color]
declare[color=blue][color=green][color=darkred]
> > > this parameter and how can I call it?
> > >
> > > Thanks[/color]
> >
> >
> >[/color][/color]