1 Feb 2007 20:39
Re: todaycmn.h definitions.
Looks very good. Can I put your example program in SVN too ? Danny On Wed, 2007-01-31 at 22:47 +0000, Nuno Lucas wrote: > The attached patch fills in the structures and constants needed for > making Today Screen plug ins. Most constants and structures were > obtained on the following links: > > http://msdn2.microsoft.com/en-us/library/aa454291.aspx > http://blogs.msdn.com/mikehall/archive/2004/02/22/78141.aspx > > Attached is a sample, "Hello World" like, Today screen plug in, > including the code I used to discover some of the constants. It > includes a README file to let users know how to install the plug in. > > The MAX_ITEMNAME constant was obtained by dumping the data pointer > passed by InitializeCustomItem() and looking at the offset of the > szDLLPath member (see the DUMP_DATA define in the code). > The dump.txt file contains the edited result of this dump. > > The TODAYM_DRAWWATERMARK constant was guessed because it was the one > missing between the two other similar messages. > > The WM_TODAYCUSTOM_CLEARCACHE and WM_TODAYCUSTOM_QUERYREFRESHCACHE > messages were found by dumping the unknown window messages received > greater that WM_USER (look at the DUMP_MSG define). > The wm.txt is the result of this dump.(Continue reading)
RSS Feed