Damn Unions
- Posted by jordah ferguson <jorfergie03 at yahoo.com> Jul 26, 2002
- 372 views
Hi All, Is there some one out there who can help me link this structure to euphoria. My lack of understanding of what a union is has led to this. typedef struct _SYSTEM_INFO { // sinf union { DWORD dwOemId; struct { WORD wProcessorArchitecture; WORD wReserved; }; }; DWORD dwPageSize; LPVOID lpMinimumApplicationAddress; LPVOID lpMaximumApplicationAddress; DWORD dwActiveProcessorMask; DWORD dwNumberOfProcessors; DWORD dwProcessorType; DWORD dwAllocationGranularity; WORD wProcessorLevel; WORD wProcessorRevision; } SYSTEM_INFO; Jordah Ferguson.