DiveFreeImageBuffer - Parameters
hDiveInst (HDIVE) - input
Display
engine DIVE instance.
ulBufferNumber (ULONG) - input
Buffer
number to free in this instance.
rc (ULONG) - returns
Return
codes indicating success or type of failure:
DIVE_SUCCESS
If the function succeeds, 0 is returned.
DIVE_ERR_INVALID_BUFFER_NUMBER
The
ulBufferNumber parameter must be a previously allocated or associated
buffer number.
DIVE_ERR_INVALID_INSTANCE
The
DIVE instance handle specified in the hDiveInst parameter is invalid.
[Back: DiveFreeImageBuffer Return Value - rc]
[Next: DiveFreeImageBuffer - Topics]