I've had to do a lot of work with pointers when working with the API. Hopefully some of you might find these items useful when you have to do the same.<BR><BR><BR>Obviously, you will need StrPtr, ...
Knowing how references really differ from pointers should help you decide when to use references and when to stick with pointers. In C++, references provide many of the same capabilities as pointers.