2 instantiations of VS_FIXEDFILEINFO
System (2)
services\monitoring\system\diagnosticts\FileVersionInfo.cs (2)
331
NativeMethods.VS_FIXEDFILEINFO fixedFileInfo = new NativeMethods.
VS_FIXEDFILEINFO
();
336
return new NativeMethods.
VS_FIXEDFILEINFO
();
3 references to VS_FIXEDFILEINFO
System (3)
services\monitoring\system\diagnosticts\FileVersionInfo.cs (3)
326
private static NativeMethods.
VS_FIXEDFILEINFO
GetFixedFileInfo(IntPtr memPtr) {
331
NativeMethods.
VS_FIXEDFILEINFO
fixedFileInfo = new NativeMethods.VS_FIXEDFILEINFO();
399
NativeMethods.
VS_FIXEDFILEINFO
ffi = GetFixedFileInfo(memIntPtr);