int HttpTreeCreate ( const char *pUrl , HttpTreeHandle *pHandle , unsigned uFlags )
pUrl | is the url for the page |
||||||||||||||||||
pHandle | here the tree hande will be stored |
||||||||||||||||||
uFlags | several flags:
|
Returns 0 if the page was created or an error number:
1 | url allready exist |
2 | can't create tree memory |
3 | path not exist |
4 | url too long |
5 | path too long |
6 | tree contains allready a path |
The url's in the tree entries have this format:
...<a href=[prefix][URL-of-Tree][Root-Item]...[Last-Item][Suffix] target=[Target]>...
see also:
AzHttp Overview |
HttpRegisterTree |
HttpTreeAddEntry |
HttpTreeAddPath |
HttpTreeBackground |
HttpTreeSetUrlFrame