Searched refs:SLPI (Results 1 – 1 of 1) sorted by relevance
28 using SLPI = SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX; typedef in __anonadee40a70111::procinfo_iterator30 SLPI * buffer_{ nullptr };31 SLPI * procinfo_{ nullptr };46 buffer_ = reinterpret_cast< SLPI * >( LocalAlloc( LMEM_FIXED, length_) ); in procinfo_iterator()62 …procinfo_ = reinterpret_cast< SLPI * >( reinterpret_cast< BYTE * >( procinfo_) + procinfo_->Size); in operator ++()78 SLPI * operator->() noexcept { in operator ->()