in reply to Re^2: Win32::API::Struct: Pointers of Pointers
in thread Win32::API::Struct: Pointers of Pointers
Just as you would normally using W::API::Struct. Create the struct per your example and the pass the variable as the parameter when your call the API. The only thing that is checked is the your are passing in a pointer. Once the call returns, you should be able to access the elements of the struct in the usual way.
|
|---|