ClearPointer( Window )
VOID ClearPointer( struct Window * );
Clears the window of its own definition of the Intuition mouse pointer. After calling ClearPointer(), every time this window is the active one the default Intuition pointer will be the pointer displayed to the user. If your window is the active one when this routine is called, the change will take place immediately.
Custom definitions of the mouse pointer which this function clears are installed by a call to
SetPointer().