Download this file
9 lines (7 with data), 255 Bytes
| #include "stdafx.h"
#include "NppAllocator.h"
#include "Notepad_plus_msgs.h"
bool NppAllocator::allocate(size_t quantity, idx_t *start)
{
return TRUE == ::SendMessage(m_hNotepad, NPPM_ALLOCATECMDID, quantity, reinterpret_cast<LPARAM>(start));
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.