+BOOL inline imagelist_has_alpha( HIMAGELIST himl, UINT index ) +{ + return himl->has_alpha && himl->has_alpha[index]; +}