MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / OriginToMoveMethod

Function OriginToMoveMethod

Source/Windows/Common/CRT/IO.cpp:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110DWORD OriginToMoveMethod(int Origin) {
111 switch (Origin) {
112 case SEEK_SET: return FILE_BEGIN;
113 case SEEK_CUR: return FILE_CURRENT;
114 case SEEK_END: return FILE_END;
115 }
116 UNIMPLEMENTED();
117}
118} // namespace
119
120// io.h File Operatons

Callers 2

_lseeki64Function · 0.85
DLLEXPORT_FUNCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected