DrgQueryFormat: Difference between revisions
Appearance
Created page with ";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, a, b, c, d) ==Parameters== PDRAGITEM dragItem, PCSZ a, ULONG b, PCSZ c, ULONG d ;pditem (PDRAGITEM) - input: Pointer to..." |
|||
Line 9: | Line 9: | ||
==Parameters== | ==Parameters== | ||
;pditem (PDRAGITEM) - input: Pointer to a DRAGITEM structure. | ;pditem (PDRAGITEM) - input: Pointer to a DRAGITEM structure. | ||
Revision as of 18:57, 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, a, b, c, d)
Parameters
- pditem (PDRAGITEM) - input
- Pointer to a DRAGITEM structure.
- a (PCSZ) - input
- b (ULONG) - input
- Buffer size of string a
- c (PCSZ) - input
- d (ULONG) - input
- Buffer size of string c