Exemple #1
0
 [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
Exemple #2
0
 [DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern bool ScnLib_SetLogoTextW(string Text, [MarshalAs(UnmanagedType.LPStruct)] LOGFONT Font, uint Color, bool Shadow);