Ejemplo n.º 1
0
 public static extern Boolean EnumResourceTypes(IntPtr moduleHandle, EnumResTypeProc callback, IntPtr userParam);
Ejemplo n.º 2
0
 internal static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc lpEnumFunc, IntPtr lParam);
Ejemplo n.º 3
0
 public static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc callback, IntPtr lParam);
Ejemplo n.º 4
0
 public static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc enumProc, IntPtr param);
 static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc lpEnumFunc, IntPtr lParam);
Ejemplo n.º 6
0
 public static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc callback, IntPtr lParam);
Ejemplo n.º 7
0
 [DllImport(kernl32, SetLastError = true), ] static public extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc lpEnumFunc, IntPtr lParam);
 public static extern bool EnumResourceTypesEx(
     SafeModuleHandle hModule,
     EnumResTypeProc lpEnumFunc,
     IntPtr lParam,
     uint dwFlags,
     uint LangId);
Ejemplo n.º 9
0
 public static extern Boolean EnumResourceTypesEx(IntPtr hModule, EnumResTypeProc callback, IntPtr userParam, MuiResourceFlags flags, UInt16 langId);
Ejemplo n.º 10
0
 public static extern bool EnumResourceTypesEx(IntPtr hModule,
                                               EnumResTypeProc callback,
                                               IntPtr userParam,
                                               MuiResourceFlags flags,
                                               ushort langId);
Ejemplo n.º 11
0
 [System.Runtime.InteropServices.DllImport("kernel32.dll")] static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc lpEnumFunc, IntPtr lParam);