FreeRDP
client/location.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  LocationClientContext
 

Typedefs

typedef UINT(* pcLocationStart) (LocationClientContext *context, UINT32 version, UINT32 flags)
 
typedef UINT(* pcLocationStop) (LocationClientContext *context)
 
typedef UINT(* pcLocationSend) (LocationClientContext *context, LOCATION_PDUTYPE type, size_t count,...)
 

Typedef Documentation

◆ pcLocationSend

typedef UINT(* pcLocationSend) (LocationClientContext *context, LOCATION_PDUTYPE type, size_t count,...)

◆ pcLocationStart

typedef UINT(* pcLocationStart) (LocationClientContext *context, UINT32 version, UINT32 flags)

◆ pcLocationStop

typedef UINT(* pcLocationStop) (LocationClientContext *context)