00248 /* The shutdown entry point 00249 * HSE_TERM_MUST_UNLOAD or HSE_TERM_ADVISORY_UNLOAD. The module may return 00250 * if passed HSE_TERM_ADVISORY_UNLOAD, and the module will remain loaded. 00251 * If the module returns 1 to HSE_TERM_ADVISORY_UNLOAD it is immediately 00252 * unloaded. If the module is passed HSE_TERM_MUST_UNLOAD, its return value 00253 * is ignored. 00254 */ 00255 int APR_THREAD_FUNC TerminateExtension(apr_uint32_t flags); 00256 typedef int (APR_THREAD_FUNC *PFN_TERMINATEEXTENSION)(apr_uint32_t flags); 00257 00258 /* Module may return 0 if passed HSE_TERM_ADVISORY_UNLOAD, and the module 00259 * will remain loaded, or 1 if it consents to being unloaded. If the module 00260 * is passed HSE_TERM_MUST_UNLOAD, it's return value is ignored. 00261 */ 00262 #define HSE_TERM_MUST_UNLOAD 1 00263 #define HSE_TERM_ADVISORY_UNLOAD 2 00264 00265 #ifdef __cplusplus 00266 } 00267 #endif 00268 00269 #endif /* !MOD_ISAPI_H */ 00270
Apacheに対してSun Jul 19 22:05:23 2009に生成されました。  doxygen 1.4.7