Re: How to create a Win32::API::Struct struct if the struct has union in it?
[email protected] ("Cosimo Streppone")
| Newsgroups | perl.libwin32 |
|---|---|
| Message-ID | <op.v5r65mh1s5ttvb@cn01> |
On Sun, 27 Nov 2011 02:29:01 +0100, Burak Gürsoy <[email protected]> wrote: > I'm wondering about how to create a SYSTEM_INFO structure from Perl: > > http://msdn.microsoft.com/en-us/library/windows/desktop/ms724958(v=vs.85).aspx > > to pass this to GetNativeSystemInfo(). Win32::API::Struct->typedef() > seems to support > simple structs only. Is there a way to create such a nested struct? Sorry, no idea... -- Cosimo