Tote 21:40, 30 July 2007 (UTC) What I don't understand from this code snippet is what telephony and playing a DRM content have in common? I mean, what the hell is CTelephony is used for in this example at all?
Tote 21:47, 30 July 2007 (UTC) Yep, one more thing: you forgot to mention on which platform (SDK) this example works.
cayzacj 12:05, 30 January 2008 (GMT+1) On no platform at all, since CancelAsync() is:
- Asynchronous, so the code will produce a KERN-EXEC 3 somewhere after calling delete iTelephony (tested)
- Non-static, so CTelephony::CancelAsync() won't even compile...