CallBack Function

modig

New Member
Team,
Anyone help me to get the pointer of "procedure" and "function".
Mainly I am aiming following scenarios:
1) Callback function pointer used in win32, SHBrowseForFolder, and reference "BROWSEINFO structure".
2) sqlite3_exec function in sqlite3.dll, ref int (*callback)(void*,int,char**,char**)
3) curl_easy_setopt function ref: CURLOPT_WRITEFUNCTION in libcurl.dll.

I m with progress 9.1e.
thanks
Devang
 

modig

New Member
Tom,
Thanks a lot for the very useful information obviously that ended my search.
Devang
 
Top