DiveEndImageBufferAccess - Parameters
hDiveInst
(
HDIVE
) - input
Display engine DIVE instance.
ulBufferNumber
(
ULONG
) - input
DIVE instance buffer number for which access is complete.
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 before it can be accessed.
DIVE_ERR_INVALID_INSTANCE
The DIVE instance handle specified in the
hDiveInst
parameter is invalid.
[Back: DiveEndImageBufferAccess Return Value - rc]
[Next: DiveEndImageBufferAccess - Remarks]