9
95588
Unregistered / Unconfirmed
GUEST, unregistred user!
type<br> IShellWindows = interface(IDispatch)<br> ['{85CB6900-4D95-11CF-960C-0080C7F4EE85}']<br> function Get_Count : Integer; safecall;<br> function Item(index : OleVariant) : IDispatch; safecall;<br> property Count : Integer read Get_Count;<br> end;<br>这里的OleVariant变量能否用其他变量代替? 我发现声明一个这种类型的变量,软件的体积就会增加64K,现在我的程序对体积要求又非常苛刻,请大家帮忙。