Kevin O'Connor escreveu: > It appears there are some additional items in the toolhelp > structures. As a guess, perhaps Microsoft has added them over time > (it would seem the API can handle extending of the structure). When > calling the toolhelp functions, one sets the dwSize field to the > size of the structure. If these fields are not present, the api calls > fail, because wince can't populate the full amount of data. > > All of the info from the patch comes at the pages linked from: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcekernl/html/ceconToolHelpStructures.asp > > >
Looking at and the pages linked from it: http://msdn2.microsoft.com/en-us/library/ms686735.aspx Those fields are only present on Windows CE, not in desktop Windows, so when applying I moved those fields inside #ifdef _WIN32_WCE blocks. Thanks! Cheers, Pedro Alves ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel