HttpGetIconPath


int HttpGetIconPath ( HttpConnection hConn , const char *pSuffix , char *pBuffer , int iSize , int iIsFolder )




 
Inserts a icon path for a file suffix in a buffer.

 
hConn handle of the http connection
 
pSuffix is a file suffix (i.e.: "html")
 
pBuffer is the buffer for the icon path
 
iSize is the size of the buffer
 
iIsFolder is the file a folder (1=yes 2=yes+open) 
 

Returns the size of the icon path in the buffer

 

 

see also:

AzHttp Overview | HttpGetIconTree | HttpRegisterIcon