Delphi-Quellcode:
@DelborFotoGalery := GetProcAddress(
Handle, '
HttpExtensionProc');
// ): DWORD
if @DelborFotoGalery <>
nil then begin
result := DelborFotoGalery(AContext,ARequestInfo, AResponseInfo);
end;
Die Argumente der
ISAPI HttpExtensionProc und die
Indy Parameter (AContext,ARequestInfo, AResponseInfo) sind völlig inkompatibel. Das wird so nie funktionieren.
Indy HTTP Request- und Responseobjekte lassen sich nicht einfach in eine
ISAPI DLL "einpflanzen"