ok(*(unsignedint*)StubMsg.BufferStart==20,"Conformance should have been 20 instead of %d\n",(unsignedint)StubMsg.BufferStart);
ok(*(unsignedint*)(StubMsg.BufferStart+4)==20,"conf_complex.size should have been 20 instead of %d\n",(unsignedint)(StubMsg.BufferStart+4));
for(i=0;i<20;i++)
ok(*(unsignedint*)(StubMsg.BufferStart+8+i*4)==0,"pointer id for conf_complex.array[%d] should have been 0 instead of 0x%x\n",i,*(unsignedint*)(StubMsg.BufferStart+8+i*4));