HttpGetIconTree


int HttpGetIconTree ( HttpConnection hConn , int iTreeItem , char *pBuffer , int iSize )




 
Inserts a icon path for a tree page in a buffer.

 
hConn handle of the http connection
 
iTreeItem is element of the tree
 
0 minus T
1 plus T
2 line T
3 line I
4 minus L
5 plus L
6 line L
7 none
8 minus none
9 plus none
 
pBuffer is the buffer for the icon path
 
iSize is the size of the buffer
 

Returns the size of the icon path in the buffer.

 

 

see also:

AzHttp Overview | HttpGetIconPath | HttpRegisterIcon