Callback from a DLL

T

Torsten

Hi all,

can a function inside a DLL call a Callback function outside of the DLL?
It its possible, please point me to some sample code.

TIA
Torsten
 
A

Allan Bruce

Torsten said:
Hi all,

can a function inside a DLL call a Callback function outside of the DLL?
It its possible, please point me to some sample code.

TIA
Torsten

You should direct your question to comp.os.ms-windows.programmer.win32
Allan
 
M

Malcolm

Torsten said:
can a function inside a DLL call a Callback function outside of the DLL?
It its possible, please point me to some sample code.
DLLs are not on topic here. However a C function is allowed to take a
function pointer as a parameter, and then to call it. Unless your
documentation specifically states that function pointers are disallowed, you
can assume that DLLs support them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,883
Members
47,414
Latest member
djangoframe

Latest Threads

Top