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

Method DataSet

lib_fiber/cpp/src/detours/image.cpp:839–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839PBYTE CImage::DataSet(REFGUID rguid, PBYTE pbData, DWORD cbData)
840{
841 if (m_pImageData == NULL) {
842 return NULL;
843 }
844 return m_pImageData->Set(rguid, pbData, cbData);
845}
846
847BOOL CImage::DataDelete(REFGUID rguid)
848{

Callers 1

DetourBinarySetPayloadFunction · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected