#include "BIDIB.H"
BOOL CALLBACK SplitDIB( HANDLE hInputDIB,
SIZE itemSize,
LPHANDLE lphOutDIBs,
LPSIZE lpExtension)
Description
Split a device independent bitmap.
Parameters
|
HANDLE |
hInputDIB |
Handle of the DIB to split. |
|
SIZE |
itemSize |
Width and height of one item. |
|
LPHANDLE |
lphOutDIBS |
Handle of the output DIBs. |
|
LPSIZE |
lpExtension |
Pointer to the size of extension. |
Return values
TRUE if splitting was successful, otherwise FALSE.
Requirements
Header : Declared in BiDIB.h; include BiDIB.h.
Library : Use BiDIB.lib.
DLLs : BiDIB.dll.