MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Read

Method Read

Utils/CompoundFile.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void StructuredFile::Read(void* buffer, uint32_t count) {
94 auto hr = m_spStream->Read(buffer, count, nullptr);
95 if (FAILED(hr))
96 throw ComException(hr);
97}
98
99uint32_t StructuredFile::Seek(uint32_t offset, SeekMode mode) {
100 LARGE_INTEGER li;

Callers

nothing calls this directly

Calls 1

ComExceptionClass · 0.85

Tested by

no test coverage detected