예제 #1
0
파일: ScnLib.cs 프로젝트: baby-Jie/MyDonet
 [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
예제 #2
0
파일: ScnLib.cs 프로젝트: baby-Jie/MyDonet
 [DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern bool ScnLib_SetLogoTextW(string Text, [MarshalAs(UnmanagedType.LPStruct)] LOGFONT Font, uint Color, bool Shadow);