Beispiel #1
0
 private static extern int Unmanaged_GetSystemInfo(ref SystemInfoStruct systemInfoData);
Beispiel #2
0
 public static extern void GetSystemInfo(out SystemInfoStruct lpSystemInfo);
Beispiel #3
0
 public int iV_GetSystemInfo(ref SystemInfoStruct systemInfo)
 {
     return(Unmanaged_GetSystemInfo(ref systemInfo));
 }
Beispiel #4
0
 public static extern int GetSystemInfo(ref SystemInfoStruct systemInfo);
 private static extern int Unmanaged_GetSystemInfo(ref SystemInfoStruct systemInfoData);
 public int iV_GetSystemInfo(ref SystemInfoStruct systemInfo)
 {
     return Unmanaged_GetSystemInfo(ref systemInfo);
 }