21 #ifndef FREERDP_CHANNEL_LOCATION_CLIENT_LOCATION_H
22 #define FREERDP_CHANNEL_LOCATION_CLIENT_LOCATION_H
24 #include <freerdp/channels/location.h>
38 typedef UINT (*
pcLocationStart)(LocationClientContext* context, UINT32 version, UINT32 flags);
44 typedef UINT (*
pcLocationSend)(LocationClientContext* context, LOCATION_PDUTYPE type,
UINT(* pcLocationStop)(LocationClientContext *context)
pcLocationStart LocationStart
initialize location services on client
UINT(* pcLocationSend)(LocationClientContext *context, LOCATION_PDUTYPE type, size_t count,...)
pcLocationStop LocationStop
stop location services on client
pcLocationSend LocationSend
Send a location update.
UINT(* pcLocationStart)(LocationClientContext *context, UINT32 version, UINT32 flags)