Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DPCAPS'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DPCAPS
[ TDx_Play_Library ]
[ next: DPCHAT ]
[ prev: DPAPPLICATIONDESC2 ]
The DPCAPS structure is defined as :-
struct DPCAPS {
DWORD dwSize;
DWORD dwFlags;
DWORD dwMaxBufferSize;
DWORD dwMaxQueueSize;
DWORD dwMaxPlayers;
DWORD dwHundredBaud;
DWORD dwLatency;
DWORD dwMaxLocalPlayers;
DWORD dwHeaderLength;
DWORD dwTimeout;
}
|
|