Re: Routin_address
- Posted by Matthew Lewis <MatthewL at KAPCOUSA.COM> Mar 28, 2000
- 528 views
> -----Original Message----- > Kondor Attila > 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 You need to use call_back( routine_id("Read_Ok") ) See the manual for more specifics on using call_back.. > fresult=c_func(xReadFileEx,{handle, lpRBuf, BytesToRead, lpBytesRead, > lpOVERLAPPED, > lpComplett}) -- the routin_address > -------------------------------------------------- -- Matt