Routin_address
- Posted by Kondor Attila <konel at DPG.HU> Mar 28, 2000
- 546 views
Hi All, How can I know an address of routin? How can I pass on an address of routin? for example: procedure Read_Ok(integer lpRBuf) --......... end procedure --lpComplett=routine_id("Read_Ok") <--- it is not suitable fresult=c_func(xReadFileEx,{handle, lpRBuf, BytesToRead, lpBytesRead, lpOVERLAPPED, lpComplett}) -- the routin_address -------------------------------------------------- I'd like make an event at the reading_end. Please help me. Attila Kondor