예제 #1
0
파일: VCM.cs 프로젝트: cadencii/cadencii
 public static unsafe extern IntPtr ICSeqCompressFrame(
     COMPVARS* pc,
     UInt32 uiFlags,
     IntPtr lpBits,
     Int32* pfKey,
     Int32* plSize
 );
예제 #2
0
파일: VCM.cs 프로젝트: cadencii/cadencii
 public static unsafe extern int ICCompressorChoose(
     IntPtr hwnd,
     UInt32 uiFlags,
     IntPtr pvIn,
     IntPtr lpData,
     COMPVARS* pc,
     string lpszTitle
 );
예제 #3
0
파일: VCM.cs 프로젝트: cadencii/cadencii
 public static unsafe extern void ICCompressorFree( COMPVARS* pc );
예제 #4
0
파일: VCM.cs 프로젝트: cadencii/cadencii
 public static unsafe extern void ICSeqCompressFrameEnd( COMPVARS* pc );
예제 #5
0
파일: VCM.cs 프로젝트: cadencii/cadencii
 public static unsafe extern int ICSeqCompressFrameStart(
     COMPVARS* pc,
     BITMAPINFO* lpbiIn
 );