Browse Source

* remove/comment remoteenumelements, which is a stub method for remote usage of the enumelements method. Discussion with Sergey and 440bx on forum.
Most other remote variants of methods already had been commented.

(cherry picked from commit 2c8ec360b7363883a5ac1170ec1c604ce70e1ee2)

marcoonthegit 2 tháng trước cách đây
mục cha
commit
71c86fe82f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/winunits-base/src/activex.pp

+ 1 - 1
packages/winunits-base/src/activex.pp

@@ -2702,7 +2702,7 @@ TYPE
        Function Commit(grfCommitFlags:Dword):Hresult; StdCall;
        Function Revert:HResult; StdCall;
        Function EnumElements(Reserved1 :Dword;Reserved2:Pointer;Reserved3:DWord;Out penum:IEnumStatStg):HResult;StdCall;
-       Function RemoteEnumElements(Reserved1 :Dword;cbReserved2:ULong;Reserved2:pbyte;reserved3:DWord;Out penum:IEnumStatStg):HResult;StdCall;
+//       Function RemoteEnumElements(Reserved1 :Dword;cbReserved2:ULong;Reserved2:pbyte;reserved3:DWord;Out penum:IEnumStatStg):HResult;StdCall;
        Function DestroyElement(wcsName: POleStr):HResult;StdCall;
        Function RenameElement(wcsoldName: POleStr;wcsnewName: POleStr):HResult;StdCall;
        Function SetElementTimes(wcsName:POleStr; Const pctime,patime,pmtime : FileTime):HResult;StdCall;