Example #1
0
 public static extern int OpenFile(string lpFileName, ref OFSTRUCT lpReOpenBuff, int wStyle);
Example #2
0
 public static extern int LZOpenFile(string lpszFile, ref OFSTRUCT lpOf, int style);
Example #3
0
		[DllImport("kernel32", CharSet = CharSet.Unicode)] public static extern int OpenFile(string lpFileName, ref OFSTRUCT lpReOpenBuff, int wStyle);
Example #4
0
 public static extern int LZOpenFile(string lpszFile, ref OFSTRUCT lpOf, int style);