do you want to read external listview header label ❓
are you able to read it in local process with api win32 imported function
to read external process memory is the same way as you can see to get external listview item.
1- allocate memory space in external process
2- write memory to the memory space allocated
3- read back from external memory into local memory
you done 😉
btw I never try to get listview column header. so I dont have any code already cooked 😆
try to do your test in local process first and if it’s all ok then you can go with external process; that’s my method to try some new thing