> Dave Korn <dave.korn.cyg...@googlemail.com> wrote
> [...]
> http://blogs.msdn.com/anthonywong/archive/2006/03/13/550686.aspx
> [...]
> http://msdn.microsoft.com/en-us/library/bb840031.aspx
> [...]
>   I believe that's enough publicly-available info for someone to infer the
> naming scheme from the first one and the constant values from the second and
> thereby legitimately reproduce the #defines for the header.  HTH :)

Helps a ton!  I'm unable to find definitions only for the following
constants:

CONNMGR_PRIORITY_USERBACKGROUND
CONNMGR_PRIORITY_USERIDLE
CONNMGR_PRIORITY_EXTERNALINTERACTIVE
CONNMGR_PRIORITY_LOWBKGND

CONNMGR_FLAG_SUSPEND_AWARE
CONNMGR_FLAG_REGISTERED_HOME
CONNMGR_FLAG_NO_ERROR_MSGS

The first set are actually defined at this link:

http://www.studio-odyssey.net/content/note/archive01.htm

which is gibberish to my browser.  I suspect it simply pastes in MS's
copyrighted header file, meaning we couldn't use it.

The second set of three I can't find anywhere (googling for 'define
<id>').

Actually, as I understand copyright law we *can* use the values from
the link above.  It might be a violation of copyright to
copy-and-paste from a copyrighted document, but here I'm creating a
new document using information from another.  If MS is claiming the
values are trade secrets that's another matter.  So it seems that
unless the MS Tools licence prohibits it anyone with a copy of the
header could look these up and add them.

--Eric
-- 
******************************************************************************
* From the desktop of: Eric House, eeho...@eehouse.org                       *
*       Crosswords 4.4 for WinMobile plays over the internet: xwords.sf.net  *
******************************************************************************

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to