Example: rdp_get_active_window_title

The following demonstrates how to retrieve the title and ordinal position of the active window and store these values in the TitleParam and OrdinalParam output parameters.

rdp_get_active_window_title (

    "StepDescription=Get Window Position 1",

    "Snapshot=snapshot1.inf",

    "WindowTitle=TitleParam",

    "WindowOrdinal=OrdinalParam",

    RDP_LAST );