The SIMCONNECT_RECV_ASSIGNED_OBJECT_ID structure is used to return an object ID that matches a request ID.

Syntax
struct SIMCONNECT_RECV_ASSIGNED_OBJECT_ID : public SIMCONNECT_RECV {
    DWORD  dwRequestID;
    DWORD  dwObjectID;
    };
Members
MemberDescription
dwRequestIDDouble word containing the client defined request ID.
dwObjectIDDouble word containing the server defined object ID.
Remarks

This structure inherits the SIMCONNECT_RECV structure and is returned when the dwID parameter of SIMCONNECT_RECV is set to SIMCONNECT_RECV_ID_ASSIGNED_OBJECT_ID.

0/255