I've been having a problem when passing a data structure by reference to a procedure that is part of a service program. When debugging the program, I try to see what value is contained in the data structure that was passed in, but when I do it says "Pointer not set for location referenced." If I attempt to pass an array by reference, I look at the values and in every element is all *'s. What could I be missing here?