
Originally Posted by
kiran10182
You need to include those capabilities in your .mmp file. Open your .mmp file and search for the CAPABILITY keyword and then add those capabilities.
It works!! Thanks Kiran, and all of you!
The solution is definitely add ReadUserData CAPIBILITY, and further more, the Ioctl sentence should be:
Code:
iSocket.Ioctl(KIoctlReadMessageSucceeded, iStatus, &iPckgBuf, KSolSmsProv);
rather than:
Code:
iSocket.Ioctl(KIoctlReadMessageSucceeded, iStatus, NULL, KSolSmsProv);
But can you make a further explanation to the CAPIBILITies, if you please?
Thanks again...