コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: wixtoolset/Dtf
 internal static extern int FlushFolder(Handle hfci, PFNGETNEXTCABINET pfnfcignc, PFNSTATUS pfnfcis);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: wixtoolset/Dtf
 internal static extern int AddFile(Handle hfci, string pszSourceFile, IntPtr pszFileName, [MarshalAs(UnmanagedType.Bool)] bool fExecute, PFNGETNEXTCABINET pfnfcignc, PFNSTATUS pfnfcis, PFNGETOPENINFO pfnfcigoi, TCOMP typeCompress);
コード例 #3
0
ファイル: NativeMethods.cs プロジェクト: wixtoolset/Dtf
 internal static extern int FlushCabinet(Handle hfci, [MarshalAs(UnmanagedType.Bool)] bool fGetNextCab, PFNGETNEXTCABINET pfnfcignc, PFNSTATUS pfnfcis);
コード例 #4
0
 internal static extern int FlushFolder(Handle hfci, PFNGETNEXTCABINET pfnfcignc, PFNSTATUS pfnfcis);
コード例 #5
0
 internal static extern int FlushCabinet(Handle hfci, [MarshalAs(UnmanagedType.Bool)] bool fGetNextCab, PFNGETNEXTCABINET pfnfcignc, PFNSTATUS pfnfcis);
コード例 #6
0
 internal static extern int AddFile(Handle hfci, string pszSourceFile, IntPtr pszFileName, [MarshalAs(UnmanagedType.Bool)] bool fExecute, PFNGETNEXTCABINET pfnfcignc, PFNSTATUS pfnfcis, PFNGETOPENINFO pfnfcigoi, TCOMP typeCompress);
コード例 #7
0
ファイル: CabApi.cs プロジェクト: dotnet/wpf-test
 internal static extern int FlushCabinet(Pointer hfci, bool fGetNextCab, PFNGETNEXTCABINET pfnfcignc, PFNSTATUS pfnfcis);
コード例 #8
0
ファイル: CabApi.cs プロジェクト: dotnet/wpf-test
 internal static extern int AddFile(Pointer hfci, string pszSourceFile, string pszFileName, bool fExecute,
                                    PFNGETNEXTCABINET pfnfcignc, PFNSTATUS pfnfcis, PFNGETOPENINFO pfnfcigoi, TCOMP typeCompress);