Hier ist mal die
Unit die Wolfskin erstellt hat, nachdem das einer im
DF gefragt hat:
Delphi-Quellcode:
unit ICQAPI;
interface
uses SysUtils, Registry, Windows;
type
TICQAPICall_SetLicenseKey =
function(pszName, pszPassword, pszLicense: PChar): Boolean;
stdcall;
TICQAPICall_SetOwnerState =
function (iState: Integer): Boolean;
stdcall;
const
WM_SETTEXT = $000C;
USER_STATE_ONLINE = 0;
USER_STATE_CHAT = 1;
USER_STATE_AWAY = 2;
USER_STATE_NA
[edit=alcaeus]Delphi-Tags eingefuegt. Mfg, alcaeus[/edit]