ZD Screen Recorder SDK API – ScnLib_GetLogoTextStyle()
ScnLib_GetLogoTextStyleA/W() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_GetLogoTextStyleA(LOGFONTA *lfFont, COLORREF *crColor, BOOL *bShadow); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_GetLogoTextStyleW([MarshalAs(UnmanagedType.LPStruct)]LOGFONT Font, ref uint Color, ref bool Shadow); | ||||
Basic |
Public Declare Unicode Sub ScnLib_GetLogoTextStyleW Lib "ScnLib.dll" (<MarshalAs(UnmanagedType.LPStruct)> Font As LOGFONT, ByRef Color As UInt32, ByRef Shadow As Boolean) | ||||
Delphi |
procedure ScnLib_GetLogoTextStyleA(var Font: tagLogFontA; var Color: LongWord; var Shadow: LongBool); stdcall; external 'ScnLib.dll'; | ||||
|