Jump to content

DrgQueryFormat: Difference between revisions

From EDM2
No edit summary
Line 6: Line 6:


==Syntax==
==Syntax==
  DrgQueryFormat(pditem, a, b, c, d)
  DrgQueryFormat(pditem, pszAppMech, cbBuffer, pBuffer, ulFMTIndex)


==Parameters==
==Parameters==
;pditem (PDRAGITEM) - input: Pointer to a DRAGITEM structure.
;pditem (PDRAGITEM) - input: Pointer to a DRAGITEM structure.


; a (PCSZ) - input:  
; pszAppMech (PCSZ) - input:  


; b ([[ULONG]]) - input: Buffer size of string a
; cbBuffer ([[ULONG]]) - input: Buffer size of string "pszAppMech".


; c (PCSZ) - input:  
; pBuffer (PCSZ) - input:  
 
; d ([[ULONG]]) - input: Buffer size of string c


; ulFMTIndex ([[ULONG]]) - input: Buffer size of string "pBuffer".


[[Category:Drg]]
[[Category:Drg]]

Revision as of 19:05, 9 April 2025

Note
This in undocumented function. Information may not be accurate.

This function allows to query the data format of a drag operation.

It is possible that this function was replaced by functions DrgQueryNativeRMF and DrgQueryNativeRMFLen, plus possibly DrgQueryTrueType and DrgQueryTrueTypeLen.

Syntax

DrgQueryFormat(pditem, pszAppMech, cbBuffer, pBuffer, ulFMTIndex)

Parameters

pditem (PDRAGITEM) - input
Pointer to a DRAGITEM structure.
pszAppMech (PCSZ) - input
cbBuffer (ULONG) - input
Buffer size of string "pszAppMech".
pBuffer (PCSZ) - input
ulFMTIndex (ULONG) - input
Buffer size of string "pBuffer".