hwndDeskTop (HWND) - input

      Desktop-window handle.

    lIdentifier (LONG) - input

      System-pointer identifier.

      SPTR_ARROW

        Arrow pointer
      SPTR_TEXT
        Text I-beam pointer
      SPTR_WAIT
        Hourglass pointer
      SPTR_SIZE
        Size pointer
      SPTR_MOVE
        Move pointer
      SPTR_SIZENWSE
        Downward-sloping, double-headed arrow pointer
      SPTR_SIZENESW
        Upward-sloping, double-headed arrow pointer
      SPTR_SIZEWE
        Horizontal, double-headed arrow pointer
      SPTR_SIZENS
        Vertical, double-headed arrow pointer
      SPTR_APPICON
        Standard application icon pointer
      SPTR_ICONINFORMATION
        Information icon pointer
      SPTR_ICONQUESTION
        Question mark icon pointer
      SPTR_ICONERROR
        Exclamation mark icon pointer
      SPTR_ICONWARNING
        Warning icon pointer
      SPTR_ILLEGAL
        Illegal operation icon pointer
      SPTR_FILE
        Single file icon pointer
      SPTR_MULTFILE
        Multiple files icon pointer
      SPTR_FOLDER
        Folder icon pointer
      SPTR_PROGRAM
        Application program icon pointer

      fCopy (BOOL) - input

        Copy indicator.

        TRUE

          Create a copy of the default system pointer and return its handle. Specify this value if the system pointer is to be modified. The application should destroy the copy of the pointer created. This can be done by using the WinDestroyPointer function.
        FALSE
          Return the handle of the current system pointer.

        hptrPointer (HPOINTER) - returns

          Pointer handle.


        [Back] [Next]