Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dfwptypes.h145 typedef struct _LUID { struct
149 typedef struct _LUID *PLUID; argument
Ddevicetopology.h359 typedef struct _LUID { struct
363 typedef struct _LUID *PLUID; argument
Dntdef.h463 typedef struct _LUID { struct
464 ULONG LowPart;
465 LONG HighPart;
Dwinnt.h538 typedef struct _LUID { struct
539 DWORD LowPart;
540 LONG HighPart;
/aosp_15_r20/external/mesa3d/include/D3D9/
H A Dd3d9types.h115 typedef struct _LUID { struct
116 DWORD LowPart;
117 LONG HighPart;
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs21660 pub struct _LUID { struct
21666 const UNINIT: ::std::mem::MaybeUninit<_LUID> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout__LUID() argument