Ejemplo n.º 1
0
 internal static extern IntPtr ImagehlpApiVersionEx_Internal(ref API_VERSION AppVersion);
Ejemplo n.º 2
0
 internal static API_VERSION ImagehlpApiVersionEx(ref API_VERSION AppVersion)
 {
     API_VERSION val = (API_VERSION)Marshal.PtrToStructure(ImagehlpApiVersionEx_Internal(ref AppVersion), typeof(API_VERSION));
     return val;
 }