hwndDesktop (HWND) - input

      Handle to the desktop window.

    iptr (ULONG) - input

      The index of the desired system pointer.

      Possible values are in the following list:

      SPTR_ARROW

        Arrow pointer
      SPTR_TEXT
        Text I-beam pointer
      SPTR_WAIT
        Wait icon 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_ICONQUESICON
        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

      pIconInfo (PICONINFO) - in/out

        Icon data buffer.

        The pointer to the buffer the icon data is to be written into. The buffer should be large enough to accommodate the icon data.

      rc (BOOL) - returns

        Return value.

        TRUE

          Successful.
        FALSE
          An error occurred.


        [Back] [Next]