'Declaration
<System.Security.SuppressUnmanagedCodeSecurityAttribute()> Public Shared Sub GetSystemInfo( _ ByRef systemInfo As NKernel32.SYSTEM_INFO _ )
'Usage
Dim systemInfo As NKernel32.SYSTEM_INFO NKernel32.GetSystemInfo(systemInfo)
[System.Security.SuppressUnmanagedCodeSecurity()] public static void GetSystemInfo( out NKernel32.SYSTEM_INFO systemInfo )
Parameters
- systemInfo