コード例 #1
0
ファイル: NativeHelper.cs プロジェクト: zmyer/service-fabric
 public static extern bool FCIAddFile(
     IntPtr fciHandle,
     string sourceFileName,
     string destFileName,
     bool execute,
     FCIGetNextCabMethod getNextCabinet,
     FCIStatusMethod status,
     FCIGetOpenInfoMethod getOpenInfo,
     short compressionFlags);
コード例 #2
0
ファイル: NativeHelper.cs プロジェクト: zmyer/service-fabric
 public static extern bool FCIFlushFolder(IntPtr fciHandle, FCIGetNextCabMethod getNextCabinet, FCIStatusMethod status);