| Reply | « Previous Thread | Next Thread » |
|
Hi,
The SDK help shows: TRequestStatus status; hr.GetByAddress(addr, entry, status); User::WaitForRequest(status); But i was wondering if i could use the iStatus variable already defined by CActive: hr.GetByAddress(addr, entry, iStatus);. SetActive(); I don't have the infrastructure to test the code on yet, Thanks =) - aDvo - |
|
Hi,
The 1st version doesn't need an active object because U are waiting for the result with WaitForRequest The 2nd must use an Active Object and must use iStatus from the Active Object. BR, Hans |
|
Thank you =)
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|