[DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_GetLogoTextW(StringBuilder Text, [MarshalAs(UnmanagedType.LPStruct)] LOGFONT Font, ref uint Color, ref bool Shadow); // Text >= 1024 Chars
[DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern bool ScnLib_SetLogoTextW(string Text, [MarshalAs(UnmanagedType.LPStruct)] LOGFONT Font, uint Color, bool Shadow);