Anton Baskanov (@baskanov) commented about dlls/dplayx/dplobby.c:
return DPERR_OUTOFMEMORY; obj->IDirectPlayLobby3_iface.lpVtbl = &dpl3_vt;
- obj->IDirectPlayLobby3A_iface.lpVtbl = &dpl3A_vt; obj->msgtid = 0; obj->ref = 1;
- obj->ansi_iface = IsEqualGUID( &IID_IDirectPlayLobbyA, riid ) ||
Does the native behave this way? E.g. if I create the object with IID_IDirectPlayLobby and then query IID_IDirectPlayLobbyA from it, will the queried interface return Unicode strings?