示例#1
0
 public static extern int XMemCreateDecompressionContext(
     XMEMCODEC_TYPE CodecType,
     ref XMEMCODEC_PARAMETERS_LZX pCodecParams,
     int Flags, ref int pContext);
示例#2
0
 private static extern int XMemCreateDecompressionContext(XMEMCODEC_TYPE CodecType, ref XMEMCODEC_PARAMETERS_LZX pCodecParams, int Flags, ref IntPtr pContext);
示例#3
0
 private static extern int XMemCreateCompressionContext(XMEMCODEC_TYPE CodecType, ref XMEMCODEC_PARAMETERS_LZX pCodecParams, int Flags, ref IntPtr pContext);
示例#4
0
		public static extern int XMemCreateCompressionContext(
			XMEMCODEC_TYPE CodecType, ref XMEMCODEC_PARAMETERS_LZX pCodecParams,
			int Flags, ref int pContext);