There seems to be many relavent questions talking about pointer vs. reference, but I couldn\'t find what I want to know. Basically, an object is passed in by a reference:
Use the address operator on the reference.
MyObject *ptr = &objRef;