Microsoft DirectX 8.1 (Visual Basic)

DirectPlay8Client.SetCaps

Sets the capabilities for the session.

SetCaps(caps As DPN_CAPS, _
    [lFlags As Long])

Parts

caps
DPN_CAPS type used to set the information about the current session.
lFlags
Reserved. Must be 0.

Error Codes

If the method fails, Err.Number can be set to one of the following values.

DPNERR_INVALIDOBJECT
DPNERR_INVALIDPOINTER
DPNERR_INVALIDPARAM
DPNERR_UNINITIALIZED

Remarks

A successful call to DirectPlay8Client.RegisterMessageHandler must be made before this method can be called.