Tuesday, May 20, 2008

What operator is used to pass a callback procedure to a DLL?

The AddressOf operator is used to pass a pointer to the Window API. The pointer
directs the API to the address of the callback procedure.

Your Title