Lines Matching refs:ic

405     ICDECOMPRESSEX ic;
407 ic.dwFlags = dwFlags;
408 ic.lpbiSrc = lpbiSrc;
409 ic.lpSrc = lpSrc;
410 ic.xSrc = xSrc;
411 ic.ySrc = ySrc;
412 ic.dxSrc = dxSrc;
413 ic.dySrc = dySrc;
414 ic.lpbiDst = lpbiDst;
415 ic.lpDst = lpDst;
416 ic.xDst = xDst;
417 ic.yDst = yDst;
418 ic.dxDst = dxDst;
419 ic.dyDst = dyDst;
420 return ICSendMessage(hic, ICM_DECOMPRESSEX, (DWORD_PTR)&ic, sizeof(ic));
434 ICDECOMPRESSEX ic;
436 ic.dwFlags = dwFlags;
437 ic.lpbiSrc = lpbiSrc;
438 ic.lpSrc = lpSrc;
439 ic.xSrc = xSrc;
440 ic.ySrc = ySrc;
441 ic.dxSrc = dxSrc;
442 ic.dySrc = dySrc;
443 ic.lpbiDst = lpbiDst;
444 ic.lpDst = lpDst;
445 ic.xDst = xDst;
446 ic.yDst = yDst;
447 ic.dxDst = dxDst;
448 ic.dyDst = dyDst;
449 return ICSendMessage(hic, ICM_DECOMPRESSEX_BEGIN, (DWORD_PTR)&ic, sizeof(ic));
462 ICDECOMPRESSEX ic;
464 ic.dwFlags = dwFlags;
465 ic.lpbiSrc = lpbiSrc;
466 ic.lpSrc = lpSrc;
467 ic.xSrc = xSrc;
468 ic.ySrc = ySrc;
469 ic.dxSrc = dxSrc;
470 ic.dySrc = dySrc;
471 ic.lpbiDst = lpbiDst;
472 ic.lpDst = lpDst;
473 ic.xDst = xDst;
474 ic.yDst = yDst;
475 ic.dxDst = dxDst;
476 ic.dyDst = dyDst;
477 return ICSendMessage(hic, ICM_DECOMPRESSEX_QUERY, (DWORD_PTR)&ic, sizeof(ic));
631 ICDRAWSUGGEST ic;
633 ic.lpbiIn = lpbiIn;
634 ic.lpbiSuggest = lpbiOut;
635 ic.dxSrc = dxSrc;
636 ic.dySrc = dySrc;
637 ic.dxDst = dxDst;
638 ic.dyDst = dyDst;
639 ic.hicDecompressor = hicDecomp;
640 return ICSendMessage(hic, ICM_DRAW_SUGGESTFORMAT, (DWORD_PTR)&ic, sizeof(ic));
685 ICSETSTATUSPROC ic;
687 ic.dwFlags = dwFlags;
688 ic.lParam = lParam;
690 ic.zStatus = fpfnStatus;
692 return ICSendMessage(hic, ICM_SET_STATUS_PROC, (DWORD_PTR)&ic, sizeof(ic));