MCPcopy Create free account
hub / github.com/acl-dev/acl / DetourBinaryWrite

Function DetourBinaryWrite

lib_fiber/cpp/src/detours/image.cpp:2050–2059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2048}
2049
2050BOOL WINAPI DetourBinaryWrite(_In_ PDETOUR_BINARY pdi,
2051 _In_ HANDLE hFile)
2052{
2053 Detour::CImage *pImage = Detour::CImage::IsValid(pdi);
2054 if (pImage == NULL) {
2055 return FALSE;
2056 }
2057
2058 return pImage->Write(hFile);
2059}
2060
2061_Writable_bytes_(*pcbData)
2062_Readable_bytes_(*pcbData)

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…