Jump to content

User contributions for Iturbide

A user with 606 edits. Account created on 31 March 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

8 April 2025

  • 00:1400:14, 8 April 2025 diff hist +2,456 N DrgFreeDraginfo Created page with "This function frees a DRAGINFO structure allocated by DrgAllocDraginfo. ==Syntax== DrgFreeDraginfo(pdinfo) ==Parameters== ;pdinfo (PDRAGINFO) - input: Pointer to the DRAGINFO structure. ==Returns== ;rc (BOOL) - returns: Success indicator. :: TRUE - Successful completion. :: FALSE - Error occurred. ==Remarks== DrgFreeDraginfo fails with an error of PMERR_SOURCE_SAME_AS_TARGET if it is called by the process that called DrgDrag before DrgDrag returns. W..."
  • 00:1400:14, 8 April 2025 diff hist +1,078 DrgDragFiles No edit summary
  • 00:1200:12, 8 April 2025 diff hist +4,514 N DrgDragFiles Created page with "This function begins a direct manipulation operation for one or more files. ==Syntax== DrgDragFiles(Hwnd, pFiles, pTypes, pTargets, cFiles, hptrDrag, vkTerm, fSourceRender, ulReserved) ==Parameters== ;Hwnd (HWND) - input: Handle of calling window. ;pFiles (PAPSZ) - input: The names of the files to be dragged. ;pTypes (PAPSZ) - input: The file types of the files to be dragged. ;pTargets (PAPSZ) - input: Target file names. ;cFiles (ULONG) - input: Number of file..."
  • 00:1000:10, 8 April 2025 diff hist +24 Presentation Manager Functions Direct Manipulation Functions
  • 00:1000:10, 8 April 2025 diff hist +9,520 N DrgDrag Created page with "This function performs a drag operation. ==Syntax== DrgDrag(hwndSource, pdinfo, pdimg, cdimg, vkTerminate, pRsvd) ==Parameters== ;hwndSource (HWND) - input: Handle of the source window calling this function. ;pdinfo (PDRAGINFO) - in/out: Pointer to the DRAGINFO structure. ;pdimg (PDRAGIMAGE) - input: Pointer to an array of DRAGIMAGE structures. :: These structures describe the images that are to be drawn under the direct manipulation pointer during the drag. ;cdim..."
  • 00:0900:09, 8 April 2025 diff hist +794 N DrgDeleteStrHandle Created page with "This function deletes a string handle. ==Syntax== DrgDeleteStrHandle(hstr) ==Parameters== ;hstr (HSTR) - input: The string handle to delete. ==Returns== ;rc (BOOL) - returns: Success indicator. :: TRUE - Successful completion. :: FALSE - Error occurred. ==Remarks== This function must be used to delete a string handle created by the DrgAddStrHandle function. ==Errors== Possible returns from WinGetLastError: ;PMERR_INVALID_PARAMETERS (0x1208) ==Example Code=..."
  • 00:0800:08, 8 April 2025 diff hist +1,434 N DrgDeleteDraginfoStrHandles Created page with "This function deletes each unique string handle in a DRAGINFO structure. ==Syntax== DrgDeleteDraginfoStrHandles(pDraginfo) ==Parameters== ;pDraginfo (PDRAGINFO) - input: Pointer to the DRAGINFO structure that contains string handles to delete. ==Returns== ;rc (BOOL) - returns: Success indicator. :: TRUE - Successful completion. :: FALSE - Error occurred. ==Remarks== Using this function is equivalent to calling the DrgDeleteStrHandle function for each unique..."
  • 00:0700:07, 8 April 2025 diff hist +597 N DrgCancelLazyDrag Created page with "This function is called to cancel the current drag operation. ==Syntax== DrgCancelLazyDrag() ==Returns== ;rc (BOOL) - returns: Success indicator. :: TRUE - Lazy drag is successfully canceled. :: FALSE - An error occurred. ==Remarks== This function posts the DM_DROPNOTIFY message to the source window, specifying a target window handle of zero in hwndTarget. The source window must then free DRAGINFO using DrgFreeDraginfo. ==Example Code== <pre> #define INCL_WI..." current
  • 00:0700:07, 8 April 2025 diff hist +13 Presentation Manager Functions Direct Manipulation Functions
  • 00:0600:06, 8 April 2025 diff hist +30 N DrgAllocateDraginfo Iturbide moved page DrgAllocateDraginfo to DrgAllocDraginfo current Tag: New redirect
  • 00:0600:06, 8 April 2025 diff hist 0 m DrgAllocDraginfo Iturbide moved page DrgAllocateDraginfo to DrgAllocDraginfo
  • 00:0500:05, 8 April 2025 diff hist +1,332 N DrgAllocDragtransfer Created page with "This function allocates a specified number of DRAGTRANSFER structures from a single segment. ==Syntax== DrgAllocDragtransfer(cdxfer) ==Parameters== ;cdxfer (ULONG) - input: Number of DRAGTRANSFER structures to be allocated. :: This number must be greater than 0. ==Returns== ;pDragtransfer (PDRAGTRANSFER) - returns: Pointer to an array of DRAGTRANSFER structures. :: NULL - Error occurred. :: Other - The array of DRAGTRANSFER structures. ==Remarks== This function..."
  • 00:0400:04, 8 April 2025 diff hist +1 Presentation Manager Functions Direct Manipulation Functions
  • 00:0200:02, 8 April 2025 diff hist +527 DrgAcceptDroppedFiles No edit summary

7 April 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)