INtime SDK Help
lncGetMultiStringLength

Returns the number of bytes in the multi string.

DWORD lncGetMultiStringLength( 
LPCTSTR szString,
LPDWORD pdwLen);

Parameters

szString
(in) the multi string
pdwLen
(out) on success, the DWORD pointed to by this pointer is set to the number of bytes in the multi string, including the extra zero at the end.

Return values

Zero for success or an error code on failure.

Errors

LNCE_BADVAL
no two consecutive zeroes were found.

Requirements

Versions Defined in Include Link to
INtime 5.2 intime/nt/include/lnc.h lnc.h lnc.lib
See Also

LNC