HttpTreeSetUrlFrame


int HttpTreeSetUrlFrame ( HttpTreeHandle hTree , const char *pPrefix , const char *pSuffix = 0  )




 Sets the suffix and prefix for the url's.

 
hTree handel of the tree
 
pPrefix is the prefix for the url
 
pPrefix is the suffix for the url
 

 

Returns 0 if the entries will be inserted or an error number:

2 tree not exist
5 name too long

 

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 | HttpTreeAddEntry | HttpTreeAddPath | HttpTreeCreate