access to static structures

Is it possible to access a static structure from another procedure file? In my application, I would like to call the TwoDPieChart function from PieChart.ipf but this requires the (static) structure PieChartInfo as a parameter, which I am not sure how to pass. Is there any sort of "qualified name"-type syntax available for structures, as exists for functions? Thanks!