IMsRdpClientNonScriptable6::SendLocation3D method
Sends a latitude, longitude and altitude value to the server so the client's geographic location can be reflected in the remote session.
Syntax
HRESULT SendLocation3D(
[in] DOUBLE latitude,
[in] DOUBLE longitude,
[in] INT32 altitude
);
Parameters
latitude [in]
The latitude of a geographic location. The valid range of latitude values is from -90.0 to 90.0 degrees.
longitude [in]
The longitude of a geographic location. The valid range of latitude values is from -180.0 to 180.0 degrees.
altitude [in]
The altitude of a geographic location in meters.
Return value
Return S_OK if successful.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 (build 16299) |
Type library | MsTscAx.dll |
DLL | MsTscAx.dll |
IID | IID_IMsRdpClientNonScriptable6 is defined as 05293249-B28B-4DB8-BE64-1B2F496B910E |