Microsoft DirectX 8.1 (Visual Basic)

CONST_DPNPLAYINFOFLAGS

Used in the lPlayerFlags member of the DPN_PLAYER_INFO structure to determine whether the player is a host player or local player.

Enum CONST_DPNPLAYINFOFLAGS
    DPNPLAYER_HOST = 4
    DPNPLAYER_LOCAL = 2
End Enum

Constants

DPNPLAYER_HOST
This information is for the local player.
DPNPLAYER_LOCAL
This player is the host for the application.