Lstrlen

[DllImport("Kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)][return: MarshalAs(UnmanagedType.U4)]
public static extern int lstrlen(string lpString
);

Microsoft documentation: Linkarrow-up-right

Last updated