Home
last modified time | relevance | path

Searched defs:GEO_ENUMPROC (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinnls.h818 typedef WINBOOL (CALLBACK *GEO_ENUMPROC) (GEOID); typedef
829 typedef FARPROC GEO_ENUMPROC; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs107149 pub type GEO_ENUMPROC = ::std::option::Option<unsafe extern "C" fn(arg1: GEOID) -> BOOL>; typedef
107664 lpGeoEnumProc: GEO_ENUMPROC, in EnumSystemGeoID()