file path
include/httpd.h
define
typeを返すだけの空のdefine。それがAPIであることを表わしている
# define AP_DECLARE(type) type
- AP_DECLARE_NONSTD(type) type
# define AP_DECLARE_NONSTD(type) type
APIではあるけれど、間接的にしか呼ばれない
#define DECLINED -1
#define DONE -2
#define OK 0
DECLINED...対象のモジュールは使用不能
DONE...対象のモジュールは終了し、使用不能
OK...モジュールはこのステージのハンドルを完了した
最終更新:2008年12月10日 05:07