Option values which determine how the ToHdib2() method operates.
Member | Value | Description |
---|---|---|
SF_ToHdibMethod_ReturnDuplicate | 0 | Returns copy of current internal DIB image. The caller will have ownership of the returned image and must release its memory. |
SF_ToHdibMethod_TransferInternalHdib | 1 | Returns current internal DIB image from ScanFix to caller. The caller takes ownership of the returned image and must release its memory. |