if (SUCCEEDED(hr))
{
/* InkCollector is usable. */
blRet = true;
InkCollectionMode colMode = ICM_InkAndGesture;
pIInkCollector->put_CollectionMode(ICM_InkAndGesture);
pIInkCollector->put_Enabled(VARIANT_TRUE);
pIInkCollector->Release();
// other code
}
This code indicates that Tablet PC is present.
However I do not understand how to launch wispits.exe correctly, as far as I
understand I should not launch this process directly, but OS will do this as
response to some kind of Tablet PC API call.
Also may be it is not possible to have wispits running without interactive
user session?
Can anybody help me with this?
Thanks a lot.
David
can you clarify what exactly is your end goal? If you launch wisptis under
the service account the interactive user won't be able to connect to it.
Thanks,
Stefan Wick
I have similar issue as you did,, Have you fixed that issue?
-chueh8
--
chueh8