コード例 #1
0
ファイル: Kernel.cs プロジェクト: dusdong/BaseComponent
		[DllImport("kernel32")] public static extern int OpenFile(string lpFileName, ref OFSTRUCT lpReOpenBuff, int wStyle);
コード例 #2
0
ファイル: Multimedia.cs プロジェクト: dusdong/BaseComponent
		[DllImport("lz32")] public static extern int LZOpenFile(string lpszFile, ref OFSTRUCT lpOf, int style);