| 
 Desktop Functions: Smart Device Functions: 
 
 
 | Search Results for "GetNativeSystemInfo" in [All]kernel32
internal static extern void GetNativeSystemInfo(ref SYSTEM_INFO lpSystemInfo); 
Private Declare Sub GetNativeSystemInfo Lib "kernel32" (<MarshalAs(UnmanagedType.Struct)> ByRef lpSystemInfo As SYSTEM_INFO) 
    internal static extern void GetNativeSystemInfo(ref SYSTEM_INFO lpSystemInfo); 
    GetNativeSystemInfo(ref sysInfo); |