hwndDeskTop (HWND) - input

      Desktop-window handle.

      HWND_DESKTOP

        The desktop-window handle
      Other
        Specified desktop-window handle.

      pcsriCursorInfo (PCURSORINFO) - output

        Cursor information.

        The values are equivalent to the parameters of the WinCreateCursor function except that ulrgf never includes the CURSOR_SETPOS option.

        The size and position of the cursor are returned in window coordinates relative to the window identified by the parameter of the structure.

      rc (BOOL) - returns

        Current-cursor indicator.

        TRUE

          Cursor exists
        FALSE
          Cursor does not exist, pcsriCursorInfo is not updated by this call.


        [Back] [Next]