(
byte[] pBlock,
string pSubBlock,
out IntPtr pValue,
out int len)
| 45 | IntPtr dwHandleIgnored); |
| 46 | |
| 47 | [DllImport("version.dll")] |
| 48 | [return:MarshalAs(UnmanagedType.Bool)] internal static extern bool VerQueryValue( |
| 49 | byte[] pBlock, |
| 50 | string pSubBlock, |
| 51 | out IntPtr pValue, |
| 52 | out int len); |
| 53 | |
| 54 | [DllImport("psapi.dll", SetLastError=true)] |
| 55 | internal static extern bool EnumProcesses( |
no outgoing calls
no test coverage detected