Exemple #1
0
 public static unsafe extern IntPtr ICSeqCompressFrame(
     COMPVARS* pc,
     UInt32 uiFlags,
     IntPtr lpBits,
     Int32* pfKey,
     Int32* plSize
 );
Exemple #2
0
 public static unsafe extern int ICCompressorChoose(
     IntPtr hwnd,
     UInt32 uiFlags,
     IntPtr pvIn,
     IntPtr lpData,
     COMPVARS* pc,
     string lpszTitle
 );
Exemple #3
0
 public static unsafe extern void ICCompressorFree( COMPVARS* pc );
Exemple #4
0
 public static unsafe extern void ICSeqCompressFrameEnd( COMPVARS* pc );
Exemple #5
0
 public static unsafe extern int ICSeqCompressFrameStart(
     COMPVARS* pc,
     BITMAPINFO* lpbiIn
 );