|
func ExtractIcon(lpszExeFileName string, nIconIndex int) HICON { |
I just want to get other exe-file icon bytes, but I've gotten the error "0x3b02 User stopped resource enumeration." while I used the ExtractIcon. I have not found out any effective answer by google.
Well, I used the api in my local application built by electron.


Any idea about this?
Thank you!
w32/shell32.go
Line 146 in 9a4ee0f
I just want to get other exe-file icon bytes, but I've gotten the error "0x3b02 User stopped resource enumeration." while I used the ExtractIcon. I have not found out any effective answer by google.
Well, I used the api in my local application built by electron.


Any idea about this?
Thank you!