Changeset 4446 for trunk/src/DPlayX/dplaysp.cpp
- Timestamp:
- Oct 6, 2000, 9:49:06 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DPlayX/dplaysp.cpp
r4317 r4446 1 // $Id: dplaysp.cpp,v 1. 2 2000-09-24 22:47:37hugh Exp $1 // $Id: dplaysp.cpp,v 1.3 2000-10-06 19:49:04 hugh Exp $ 2 2 /* This contains the implementation of the interface Service 3 3 * Providers require to communicate with Direct Play … … 28 28 DEFAULT_DEBUG_CHANNEL(dplay); 29 29 30 #undef debugstr_guid 30 31 #define debugstr_guid(a) a 31 32 … … 380 381 This, idPlayer, lplpData, lpdwDataSize, dwFlags ); 381 382 383 /* What to do in the case where there is nothing set yet? */ 384 382 385 *lplpData = This->sp->lpPlayerData; 383 386 *lpdwDataSize = This->sp->dwPlayerDataSize; … … 451 454 } 452 455 456 case DPMSGCMD_GETNAMETABLE: 457 case DPMSGCMD_GETNAMETABLEREPLY: 453 458 case DPMSGCMD_NEWPLAYERIDREPLY: 454 459 case DPMSGCMD_REQUESTNEWPLAYERID:
Note:
See TracChangeset
for help on using the changeset viewer.