Contents page

Index

RTUnlockWindow


AFReqTools/RTUnlockWindow

  NAME RTUnlockWindow()

RTUnlockWindow(window, windowlock);

DESCRIPTION Unlock a window previously locked with RTLockWindow(). The window will once again accept user input and will get its original mouse pointer back (default or custom).

Under Kickstart V39 or higher the original window pointer will not be restored if it was set using SetWindowPointer(). You will have to restore the pointer yourself in this case.

INPUTS window - pointer to the window to be unlocked. windowlock - the windowlock pointer returned by rtLockWindow(), may be NULL.

RESULT none

BUGS none known

SEE ALSO RTLockWindow m_windowlock