How to name own structures?
Posted: Fri Sep 28, 2018 9:24 am
Hi,
The Windows API normally uses something like:
_SYSTEM_PROCESS_INFO
Does it matter how I name my own structures (normally inside a module) or better:
What happens if I accidentally use the same name as a Windows API structure
(but with a completely different content)? Do they "conflict"?
The Windows API normally uses something like:
_SYSTEM_PROCESS_INFO
Does it matter how I name my own structures (normally inside a module) or better:
What happens if I accidentally use the same name as a Windows API structure
(but with a completely different content)? Do they "conflict"?