Package EOorg.EOeolang.EOsys.Win32
Class GetSystemTimeFuncCall
- java.lang.Object
-
- EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall
-
- All Implemented Interfaces:
Syscall
public final class GetSystemTimeFuncCall extends Object implements Syscall
GetSystemTime kernel32 function call.- Since:
- 0.40.0
- See Also:
- here for details
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSystemTimeFuncCall.SystemTime
System time structure.
-
Constructor Summary
Constructors Constructor Description GetSystemTimeFuncCall(Phi win)
Ctor.
-
-
-
Constructor Detail
-
GetSystemTimeFuncCall
public GetSystemTimeFuncCall(Phi win)
Ctor.- Parameters:
win
- Win32 object
-
-