A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

reference

[programming] A pointer to an object, interface, or other item allocated in memory. COM objects keep a running total of the references to themselves via the IUnknown interface methods AddRef and Release.

Related Terms