views:

233

answers:

2

The MSDN documentation indicates that this API is not limited to Windows Mobile, but is available in CE 6.0. The documentation says that I should link against aygshell.lib, but this lib file doesn't contain the correct methods.

A search of the WINCE600 tree turns up a reference to k.coredll.dll, but this should be accessible from user mode applications. Is there some component (beyond AYGShell API itself) that must be included in the OS to gain access to this API?

A: 

This requires setting SYSGEN_STATE_NOTIFICATIONS=1.

DavidEBest
A: 

Does this setting need to be set during the creation of the WinCE image?

Alon