Home
last modified time | relevance | path

Searched defs:_OSVERSIONINFOW (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/
Dversion_windows.go15 type _OSVERSIONINFOW struct { struct
16 osVersionInfoSize uint32
17 majorVersion uint32
18 minorVersion uint32
19 buildNumber uint32
20 platformId uint32
21 csdVersion [128]uint16
Dzsyscall_windows.go396 func rtlGetVersion(info *_OSVERSIONINFOW) {
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Ddefs_windows.go94 type _OSVERSIONINFOW struct { struct
95 osVersionInfoSize uint32
96 majorVersion uint32
97 minorVersion uint32
98 buildNumber uint32
99 platformId uint32
100 csdVersion [128]uint16
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dntddk.h2836 typedef struct _OSVERSIONINFOW { struct
2843 } OSVERSIONINFOW, *POSVERSIONINFOW, *LPOSVERSIONINFOW, RTL_OSVERSIONINFOW, *PRTL_OSVERSIONINFOW; argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinnt.h7821 typedef struct _OSVERSIONINFOW { struct
7828 } OSVERSIONINFOW,*POSVERSIONINFOW,*LPOSVERSIONINFOW,RTL_OSVERSIONINFOW,*PRTL_OSVERSIONINFOW; argument
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs56522 pub struct _OSVERSIONINFOW { struct
56532 const UNINIT: ::std::mem::MaybeUninit<_OSVERSIONINFOW> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout__OSVERSIONINFOW() argument