The ICSetStatusProc function sends the address of a status callback function to a compressor. The compressor calls this function during lengthy operations.
DWORD ICSetStatusProc(
HIC hic,
DWORD dwFlags,
LONG lParam,
LONG (CALLBACK * ()) fpfnStatus
);
Returns ICERR_OK if successful or FALSE otherwise.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in vfw.h.
Import Library: Use vfw32.lib.
Video Compression Manager Overview, Video Compression Functions