00001 #ifndef _AIURL_H_
00002 #define _AIURL_H_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef __ASTypes__
00022 #include "ASTypes.h"
00023 #endif
00024
00025 #include "AIHeaderBegin.h"
00026
00030 #define kAIURLSuite "AI URL Suite"
00031 #define kAIURLSuiteVersion3 AIAPI_VERSION(3)
00032 #define kAIURLSuiteVersion kAIURLSuiteVersion3
00033 #define kAIURLVersion kAIURLSuiteVersion
00034
00037 #define kFailureErr 'FAIL'
00038
00039
00040
00049 typedef struct {
00054 ASAPI ASBoolean (*IsBrowserAvailable)(void);
00055
00061 ASAPI ASBoolean (*OpenURL)(const char *url);
00062 } AIURLSuite;
00063
00064
00065 #include "AIHeaderEnd.h"
00066
00067
00068 #endif // _AIURL_H_