Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:30, 8 April 2025 Iturbide talk contribs created page DrgQueryStrNameLen (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...")