| vfw.h (6.0.6000.16386-Windows 6.0) | | vfw.h (6.1.7600.16385-Windows 7.0) |
| | |
| skipping to change at line 1270 | | skipping to change at line 1270 |
| __in PCOMPVARS pc, // set by ICCompressorChoose | | __in PCOMPVARS pc, // set by ICCompressorChoose |
| __reserved UINT uiFlags, // flags | | __reserved UINT uiFlags, // flags |
| __in LPVOID lpBits, // input DIB bits | | __in LPVOID lpBits, // input DIB bits |
| __out BOOL FAR *pfKey, // did it end up being a key
frame? | | __out BOOL FAR *pfKey, // did it end up being a key
frame? |
| __inout_opt LONG FAR *plSize // size to compress to/of ret
urned image | | __inout_opt LONG FAR *plSize // size to compress to/of ret
urned image |
| ); | | ); |
| | |
| void | | void |
| VFWAPI | | VFWAPI |
| ICCompressorFree( | | ICCompressorFree( |
|
| IN PCOMPVARS pc | | __in PCOMPVARS pc |
| ); | | ); |
| | |
| #endif /* NOCOMPMAN */ | | #endif /* NOCOMPMAN */ |
| | |
| /************************************************************************** | | /************************************************************************** |
| * | | * |
| * DRAWDIB - Routines for drawing to the display. | | * DRAWDIB - Routines for drawing to the display. |
| * | | * |
| *************************************************************************/ | | *************************************************************************/ |
| | |
| | |
| End of changes. 1 change blocks. |
| 1 lines changed or deleted | | 1 lines changed or added |
|