.NET
ceemul.txt
Associated article: The Windows CE Emulator
Tags: .NET
Published source code accompanying the article by Aspi Havewala in which he examines the Windows CE SDK's functional emulation shell that mimics a Windows CE Handheld PC (HPC) shell.
The Windows CE Emulator
by Aspi Havewala
Listing One
// Set up some debug zones
#define ZONE_NORMAL DEBUGZONE(0)
#define ZONE_DETAILED DEBUGZONE(1)
#define ZONE_CRITICAL DEBUGZONE(2)
#define ZONE_INITIALIZATION DEBUGZONE(3)
#define ZONE_TIMERS DEBUGZONE(4)
DBGPARAM dpCurSettings = { L"SampleApp",
{
...


