التنبيهات التالية ظهرت :
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 864 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 864 errorHandler->error



تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
لمعرفة نوع المعالج المثبت في جهازك
#1
كاتب الموضوع : AhmedEssawy

في قسم التصاريح :


كود :
Private Type SYSTEM_INFO
dwOemID As Long
dwPageSize As Long
lpMinimumApplicationAddress As Long
lpMaximumApplicationAddress As Long
dwActiveProcessorMask As Long
dwNumberOfProcessors As Long
dwProcessorType As Long
dwAllocationGranularity As Long
dwReserved As Long
End Type
Public Enum etProcessorType
PROCESSOR_INTEL_386 = 386
PROCESSOR_INTEL_486 = 486
PROCESSOR_INTEL_PENTIUM = 586
PROCESSOR_MIPS_R4000 = 4000
PROCESSOR_ALPHA_21064 = 21064
End Enum

Private m_typSystemInfo As SYSTEM_INFO

والكود :


كود :
Public Function ProcessorType() As etProcessorType
'See declarations for meaning of returned values
GetSystemInfo m_typSystemInfo
ProcessorType = m_typSystemInfo.dwProcessorType
End Function
}}}
تم الشكر بواسطة:


الردود في هذا الموضوع
لمعرفة نوع المعالج المثبت في جهازك - بواسطة Raggi Tech - 17-10-12, 01:02 AM


التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم