using System; namespace CI.WSANative.Geolocation { public enum WSAGeolocationAccessStatus { Unspecified, Allowed, Denied } }