DiveAllocImageBuffer Return Value - rc
rc (ULONG) - returns
Return
codes indicating success or type of failure:
DIVE_SUCCESS
If the function succeeds, 0 is returned.
DIVE_ERR_ALLOCATION_ERROR
The
hardware-blitter memory allocation failed.
DIVE_ERR_INVALID_BUFFER_NUMBER
The parameter pulBufferNumber must either
point to zero (a newly associated buffer) or a currently associated buffer
number (to reassociate the buffer to a new pointer).
DIVE_ERR_INVALID_INSTANCE
The DIVE instance handle specified in the hDiveInst
parameter is invalid.
DIVE_ERR_INVALID_LINESIZE
The scan line size specified in the ulLineSizeBytes
parameter is invalid.
DIVE_ERR_SOURCE_FORMAT
The source format is not a recognized FOURCC.
DIVE_ERR_TOO_MANY_INSTANCES
There are not enough resources for another DIVE
instance.
[Back: DiveAllocImageBuffer Parameter - pbImageBuffer]
[Next: DiveAllocImageBuffer - Parameters]