GetStringLength method


Syntax

Invoke GetStringLength, lpszString

Function

Gets the length of a null-terminated string.

Parameters

lpszString

Pointer to the effective address of the null-terminated string whose length is to be retrieved.

Return value

Eax returns the length in characters of the string.