DrgQueryStrNameLen - Parameters
hstr
(
HSTR
) - input
String handle.
The handle must be created with
DrgAddStrHandle
.
cLength
(
ULONG
) - returns
Length of the string associated with
hstr
.
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.
[Back: DrgQueryStrNameLen Return Value - cLength]
[Next: DrgQueryStrNameLen - Remarks]