Jump to content

DrgQueryStrNameLen: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 April 2025

  • curprev 00:3000:30, 8 April 2025 Iturbide talk contribs 2,427 bytes +2,427 Created page with "This function gets the length of a string associated with a string handle. ==Syntax== DrgQueryStrNameLen(hstr) ==Parameters== ;hstr (HSTR) - input: String handle. The handle must be created with DrgAddStrHandle. ==Returns== ;cLength (ULONG) - returns: Length of the string associated with hstr. :: 0 - The string handle is NULLHANDLE or is not valid. :: Other - The length of the string associated with the string handle, excluding the null terminating byte. ==R..."