DirectPlay Animated Header -- DPMSG_GENERIC DirectPlay Animated Header -- DPMSG_GENERIC* Microsoft DirectPlay SDK
*Index  *Topic Contents
*Previous Topic: DPMSG_DESTROYPLAYERORGROUP
*Next Topic: DPMSG_HOST


DPMSG_GENERIC


This structure is provided for message processing.

typedef struct{
    DWORD dwType;
} DPMSG_GENERIC, FAR *LPDPMSG_GENERIC;
Members
dwType
Identifies the system message type.
Remarks

When a system message is received (that is, the value pointed to by the lpidFrom parameter equals DPID_SYSMSG), first cast the unknown message data to the DPMSG_GENERIC type, and then perform further processing based on the value of dwType. After the message type has been determined, the message can cast to one of the known types of system messages for further processing.

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page