Beispiel #1
0
 private static extern bool EnumResourceNames(IntPtr hModule, uint lpszType, EnumResNameProc lpEnumFunc, IntPtr lParam);
 public static extern bool EnumResourceNames(IntPtr hModule, ResourceTypes lpszType, EnumResNameProc lpEnumFunc, IntPtr lParam);
Beispiel #3
0
 public static extern Boolean EnumResourceNamesEx(IntPtr hModule, IntPtr type, EnumResNameProc callback, IntPtr userParam, MuiResourceFlags flags, UInt16 langId);
Beispiel #4
0
 [DllImport(kernl32, SetLastError = true), ] static public extern bool EnumResourceNamesEx(IntPtr hModule, string lpszType, EnumResNameProc lpEnumFunc, IntPtr lParam, Int32 dwFlags, UInt16 LANID);
Beispiel #5
0
 public static extern Boolean EnumResourceNames(IntPtr hModule, IntPtr lpszType, EnumResNameProc lpEnumFunc, IntPtr lParam);
Beispiel #6
0
 public static extern Boolean EnumResourceNames(IntPtr moduleHandle, IntPtr type, EnumResNameProc callback, IntPtr userParam);
Beispiel #7
0
 public static extern int EnumResourceNames(IntPtr hModule, IntPtr pType, EnumResNameProc enumFunc, IntPtr param);
Beispiel #8
0
 public static extern bool EnumResourceNames(IntPtr hModule, IntPtr nType, EnumResNameProc lpEnumFunc, int lParam);
Beispiel #9
0
 [System.Runtime.InteropServices.DllImport("kernel32.dll")] static extern bool EnumResourceNames(IntPtr hModule, int dwID, EnumResNameProc lpEnumFunc, IntPtr lParam);
Beispiel #10
0
 static extern long EnumResourceNames(IntPtr hModule, IntPtr lpszType,EnumResNameProc lpEnumFunc, IntPtr lParam);
Beispiel #11
0
 public static extern bool EnumResourceNames(IntPtr hModule, ResourceType pType, EnumResNameProc callback, IntPtr param = default(IntPtr));
Beispiel #12
0
 private static extern bool EnumResourceNamesWithName(IntPtr hModule, string lpszType, EnumResNameProc lpEnumFunc, IntPtr lParam);
Beispiel #13
0
 public static extern bool EnumResourceNames(IntPtr hModule, IntPtr pType, EnumResNameProc callback, IntPtr param);
Beispiel #14
0
 public static extern bool EnumResourceNames(IntPtr hModule, ResourceTypes lpszType, EnumResNameProc lpEnumFunc, IntPtr lParam);
Beispiel #15
0
 public static extern int EnumResourceNames(IntPtr hModule, IntPtr pType, EnumResNameProc enumFunc, IntPtr param);
Beispiel #16
0
 public static extern bool EnumResourceNames(IntPtr hModule, IntPtr pType, EnumResNameProc callback, IntPtr param);
Beispiel #17
0
 public static extern bool EnumResourceNamesEx(IntPtr hModule,
                                               IntPtr type,
                                               EnumResNameProc callback,
                                               IntPtr userParam,
                                               MuiResourceFlags flags,
                                               ushort langId);
Beispiel #18
0
 public static extern bool EnumResourceNames(IntPtr hModule, string typeName, EnumResNameProc enumProc, IntPtr param);
Beispiel #19
-1
 private static extern bool EnumResourceNames(
     IntPtr hModule, int lpszType, EnumResNameProc lpEnumFunc, IconResInfo lParam);