Re: IcmpCloseHandle
From: qfel (RemIt.q_tmp_at_aster.pl)
Date: 11/17/04
- Next message: John Griswold: "Re: IcmpCloseHandle"
- Previous message: Steve Alpert: "Re: telnet localhost"
- In reply to: John Griswold: "IcmpCloseHandle"
- Next in thread: John Griswold: "Re: IcmpCloseHandle"
- Reply: John Griswold: "Re: IcmpCloseHandle"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 18:23:59 +0100
I guess you're dynamically getting pointer to those functions, and forget
about specifing calling convencion explicitly, eg.
typedef BOOL (*PIcmpCloseHandle)(HANDLE IcmpHandle);
instead of
typedef BOOL (WINAPI *PIcmpCloseHandle)(HANDLE IcmpHandle);
- Next message: John Griswold: "Re: IcmpCloseHandle"
- Previous message: Steve Alpert: "Re: telnet localhost"
- In reply to: John Griswold: "IcmpCloseHandle"
- Next in thread: John Griswold: "Re: IcmpCloseHandle"
- Reply: John Griswold: "Re: IcmpCloseHandle"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|