The SIMCONNECT_RECV_FLOW_EVENT structure is received if a flow event is triggered by the sim and if the client has subscribed to those events using SimConnect_SubscribeToFlowEvent.

 

Syntax
SIMCONNECT_REFSTRUCT SIMCONNECT_RECV_FLOW_EVENT : public SIMCONNECT_RECV
{
    SIMCONNECT_FLOW_EVENT FlowEvent;
    SIMCONNECT_STRING(FltPath, 256);
};

 

Members
MemberDescription
FlowEventType of the event which has been triggered by the sim. Event is part of the enum SIMCONNECT_FLOW_EVENT.
FltPathVFS path of a potential FLT file that is loaded.

 

Remarks

This struct inherits members from the SIMCONNECT_RECV struct.