Menu

[0b4401]: / PythonScript / src / NppAllocator.cpp  Maximize  Restore  History

Download this file

9 lines (7 with data), 255 Bytes

1
2
3
4
5
6
7
8
#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.