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

Method CImageChars

lib_fiber/cpp/src/detours/image.cpp:680–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678
679public:
680 CImageChars(CImage *pImage, _In_ DWORD nCharsMax, _Out_ DWORD *pnAddr)
681 {
682 m_pImage = pImage;
683 m_nChars = 0;
684 m_nCharsMax = nCharsMax;
685 m_pChars = (PCHAR)m_pImage->AllocateOutput(nCharsMax, &m_nCharVirtAddr);
686 *pnAddr = m_nCharVirtAddr;
687 }
688
689 LPCSTR Allocate(_In_ LPCSTR pszString, _Out_ DWORD *pnVirtAddr)
690 {

Callers

nothing calls this directly

Calls 1

AllocateOutputMethod · 0.80

Tested by

no test coverage detected