GetNativeSystemInfo

GetNativeSystemInfo retrieves information about the current system for an application running under WOW64. If the function is called from a 64-bit application, it is equivalent to the GetSystemInfo function. If the function is called from an x86 or x64 application running on a 64-bit system that does not have an Intel64 or x64 processor, it will return information as if the system were x86-only, provided x86 emulation is supported (or x64 if x64 emulation is also supported).

Syntax

Copy
VOID GetNativeSystemInfo(
  [out] LPSYSTEM_INFO lpSystemInfo
);

Parameters

[out] lpSystemInfo

A pointer to a SYSTEM_INFO structure that receives the information.

Return Value

None

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

windows.h

wRTOS_rtss.lib

See also: