On 27/02/07, Dmitry Timoshkov dmitry@codeweavers.com wrote:
+BOOL FAR PASCAL EnumConnectionsCallback(LPCGUID lpguidSP, LPVOID lpConnection,
- DWORD dwConnectionSize, LPCDPNAME lpName, DWORD dwFlags,
- LPVOID lpContext)
+{
This doesn't look like a proper type of callb ack for IDirectPlayX_EnumConnections.
I wondered about that as well, but it does appear to be what the DXSDK headers specify.