Given the below code, how would I access the myVar declaration, using pygccxml?
#include <windows.h>
void someFunction()
{
LPBYTE myVar;
}
Given the below code, how would I access the myVar declaration, using pygccxml?
#include <windows.h>
void someFunction()
{
LPBYTE myVar;
}
.namespace?