HttpIconTrans



HTTP_API int HttpIconTrans ( HttpConnection hConn , unsigned uIcon )




 
Transmitts an icon to the caller. This funktion is used if the icon plugin is not registered.

 
hConn handle of the http connection
 
uIcon is the icon number


00 :folder icon
01 :folder open icon
02 :file icon
03 :html icon
04 :zip icon
05 :pdf icon
06 :audio icon
07 :video icon
08 :text icon
09 :image icon
10 :tree plus-T icon
11 :tree minus-T icon
12 :tree T icon
13 :tree I icon
14 :tree plus-L icon
15 :tree minus-L icon
16 :tree L icon
17 :tree empty icon
18 :tree minus-empty icon
19 :tree plus-empty icon

 
 

Returns a http error (>=100) or HTTP_RESP_???/HTTP_POST_??? or 404 if the icon not exists.
 

 

see also:

AzHttp Overview | HttpRegisterIcon