Cleanups (Tim Beckmann)
This commit is contained in:
parent
6fc3502f4b
commit
08545b98c6
62 changed files with 370 additions and 263 deletions
14
src/net.h
Normal file
14
src/net.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef AVP_NET_H
|
||||
#define AVP_NET_H
|
||||
|
||||
BOOL DpExtInit(DWORD cGrntdBufs, DWORD cBytesPerBuf, BOOL bErrChcks);
|
||||
HRESULT DpExtRecv(int lpDP2A, void *lpidFrom, void *lpidTo, DWORD dwFlags, void *lplpData, LPDWORD lpdwDataSize);
|
||||
HRESULT DpExtSend(int lpDP2A, DPID idFrom, DPID idTo, DWORD dwFlags, void *lpData, DWORD dwDataSize);
|
||||
void DpExtUnInit();
|
||||
int DirectPlay_Disconnect();
|
||||
HRESULT IDirectPlayX_GetPlayerName(int glpDP, DPID id, void *data, void *size);
|
||||
int DirectPlay_ConnectingToSession();
|
||||
int DirectPlay_ConnectingToLobbiedGame(char* playerName);
|
||||
void DirectPlay_EnumConnections();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue