var
info:shffileinfo;
begin
shgetfileinfo('c:\abc.exe',0,info,sizeof(info),shgfi_icon);
end;
我得到這程序的圖標後,請問如何把這個圖標另存為*.bmp或*.ico檔呢?