Microsoft DirectX 8.0 (Visual Basic)

DPN_CAPS

Used to set and retrieve general parameters for Microsoft® DirectPlay® sessions.

Type DPN_CAPS
    lConnectRetries As Long
    lConnectTimeout As Long
    lFlags As Long
    lTimeoutUntilKeepAlive As Long
End Type

Members

lConnectRetries
Number of connection retries DirectPlay should make during the connection process.
lConnectTimeout
Number of milliseconds DirectPlay should wait before it retries a connection request.
lFlags
Reserved, must be 0.
lTimeoutUntilKeepAlive
Number of milliseconds DirectPlay should wait, since the last time it received a packet from an endpoint, before it sends a keep-alive message.