Am 10.04.2014 um 11:51 schrieb Alistair Leslie-Hughes leslie_alistair@hotmail.com:
Is this intentional?
hr = IDirectPlay8Address_SetSP(localaddr, &IID_Random);
ok(hr == S_OK, "got 0x%08x\n", hr);
hr = IDirectPlay8Address_SetSP(localaddr, &IID_Random);
ok(hr == S_OK, "got 0x%08x\n", hr);
Otherwise this looks good to me.