Microsoft DirectX 8.1 (Visual Basic)

CONST_DPNSESSIONFLAGS

Used in the lFlags member of the DPN_APPLICATION_DESC type to specify the type of session.

Enum CONST_DPNSESSIONFLAGS
    DPNSESSION_CLIENT_SERVER = 1
    DPNSESSION_MIGRATE_HOST = 4
    DPNSESSION_NODPNSVR = 64 (&H40)
    DPNSESSION_REQUIREPASSWORD = 128 (&H80)
End Enum

Constants

DPNSESSION_CLIENT_SERVER
Specify that this type of session is client/server. This flag cannot be combined with DPNSESSION_MIGRATE_HOST.
DPNSESSION_MIGRATE_HOST
Enable host migration. This flag is used in peer-to-peer sessions. This flag cannot be combined with DPNSESSION_CLIENT_SERVER.
DPNSESSION_NODPNSVR
Specify that you do not want enumerations forwarded to your host from DPNSVR.
DPNSESSION_REQUIREPASSWORD
Specify that the session is password protected. If this flag is set, the Password member of the DPN_APPLICATION_DESC type must be a valid string.