Am 13.10.2009 um 09:20 schrieb Markus Stockhausen:
ok(1==0, "last bytes of szDriver string are %08x\n",
dddi2[0x7f]);
ok(1==0, "last bytes of szDescription string are %08x
\n", dddi2[0xff]); Note that you can only test these parts if strlen(pddi.*) indicates that the string content doesn't already reach these bytes(including the terminating null)