示例#1
0
 public static extern Boolean EnumResourceTypes(IntPtr moduleHandle, EnumResTypeProc callback, IntPtr userParam);
示例#2
0
 internal static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc lpEnumFunc, IntPtr lParam);
示例#3
0
 public static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc callback, IntPtr lParam);
示例#4
0
 public static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc enumProc, IntPtr param);
 static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc lpEnumFunc, IntPtr lParam);
示例#6
0
 public static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc callback, IntPtr lParam);
示例#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);
示例#9
0
 public static extern Boolean EnumResourceTypesEx(IntPtr hModule, EnumResTypeProc callback, IntPtr userParam, MuiResourceFlags flags, UInt16 langId);
示例#10
0
 public static extern bool EnumResourceTypesEx(IntPtr hModule,
                                               EnumResTypeProc callback,
                                               IntPtr userParam,
                                               MuiResourceFlags flags,
                                               ushort langId);
示例#11
0
 [System.Runtime.InteropServices.DllImport("kernel32.dll")] static extern bool EnumResourceTypes(IntPtr hModule, EnumResTypeProc lpEnumFunc, IntPtr lParam);