hwndDeskTop (HWND) - input

      Desktop-window handle.

      HWND_DESKTOP

        The desktop window
      Other
        Desktop-window handle returned by WinQueryDesktopWindow.

      Resource (HMODULE) - input

        Resource identity containing the pointer definition.

        NULLHANDLE

          Use the resources file for the application.
        Other
          Module handle returned by the DosLoadModule or DosQueryModuleHandle call referencing a dynamic-link library containing the resource.

        idPointer (ULONG) - input

          Identifier of the pointer to be loaded.

          It must be greater or equal to 0 and less or equal to 0xFFFF.

        hptr (HPOINTER) - returns

          Pointer handle.

          NULLHANDLE

            Error has occurred
          Other
            Handle of loaded pointer.


          [Back] [Next]