Board index » cppbuilder » Calling InitProc
Edward Diener
![]() CBuilder Developer |
Edward Diener
![]() CBuilder Developer |
Calling InitProc2005-06-18 01:56:45 AM cppbuilder37 I have my own InitProc, which needs to call the old InitProc in a chain. What is the actual type of InitProc ? I have: typedef void ((* InitProcType)(void)); but I am guessing it is probably typedef void __fastcall ((* InitProcType)(void)); instead. Since there are no parameters or return type it may not matter but I want to be right nonetheless. |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2005-06-18 02:35:06 AM
Re:Calling InitProc
"Edward Diener" < XXXX@XXXXX.COM >wrote in message
QuoteWhat is the actual type of InitProc ? QuoteI am guessing it is probably |
Fishface
![]() CBuilder Developer |
2005-06-19 09:55:41 AM
Re:Calling InitProc
Edward Diener wrote:
QuoteI have my own InitProc, which needs to call the old InitProc in a chain. {smallsort} |