mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 02:19:49 +02:00
* 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.
This commit is contained in:
parent
bcb02dcfd1
commit
2c8ec360b7
@ -2708,7 +2708,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;
|
||||
|
Loading…
Reference in New Issue
Block a user