コード例 #1
0
		public static extern int aPsafe_pack(
			[In]  byte[] source,
			[Out] byte[] destination,
			      int length,
			[In]  byte[] workmem,
			      CompressionCallback callback,
			      int cbparam
		);
コード例 #2
0
ファイル: DllInterface.cs プロジェクト: wanggh1021/KITT
 public static extern int aPsafe_pack(
     [In]  byte[] source,
     [Out] byte[] destination,
     int length,
     [In]  byte[] workmem,
     CompressionCallback callback,
     int cbparam
     );