Exemplo n.º 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
Exemplo n.º 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);