Name
hw_UnLockBitMap -- release bitmap lock (V6.0)
Synopsis
void hw_UnLockBitMap(APTR handle);
Function
This function releases the specified bitmap lock. You need to call this function as soon as you're finished with accessing a bitmap's raw pixel data. After the call to hw_UnLockBitMap() you must no longer access the pixel data pointer returned by hw_LockBitMap(). See hw_LockBitMap for details.

Designer compatibility
Unsupported

Inputs
handle
bitmap lock obtained by hw_LockBitMap()

Show TOC