You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Thébault, Médérick" <Me...@brittany-ferries.fr> on 2004/03/09 17:21:10 UTC

[users@httpd] Isapi enlightenments

Hello,

I am trying to write a dll for Apache (2.0.XX) on W2000 box.

EXTENSION_CONTROL_BLOCK is the windows structure that contains information about the request received by the Apache, and the parameter of the "extern "C" __declspec(dllexport) DWORD WINAPI HttpExtensionProc(EXTENSION_CONTROL_BLOCK *pECB)" function. Some members are available some not.

For example, EXTENSION_CONTROL_BLOCK->lpszPathTranslated is not available in Apache (2.0.XX).

Does someone know which field of this structure is(are) available or where could I find a list?

Thanx,

Med

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org