Einzelnen Beitrag anzeigen

Benutzerbild von negaH
negaH

Registriert seit: 25. Jun 2003
Ort: Thüringen
2.950 Beiträge
 
#4

Re: WlanRegisterNotification Problem

  Alt 7. Nov 2007, 05:58
typedef void WINAPI*...

dh. deine Callback sollte wohl stdcall sein ?

Delphi-Quellcode:
procedure WLanNotifyProc(pNotifyData: Pndu_WLAN_NOTIFICATION_DATA; pContext: PVOID); stdcall; // <--
begin
.... bla bla
end;
Gruß Hagen
  Mit Zitat antworten Zitat