MM Developer's Guide
MM Interfaces | MM Methods
| MM Types and Misc API
Interface ID: IID_IMoaMmValue
Pointer type: PIMoaMmValue
Inheritance: IMoaUnknown
Header file: mmivalue.h
Like MOA interfaces, MoaMmValues use reference counting for memory management. The methods ValueAddRef() and ValueRelease() are provided by this interface to let you hold onto values when you need to and release them when you're finished. The "caller-owns" rule applies, as with MOA interfaces.
With IMoaMmUtils2, IMoaMmWndMac,
and IMoaMmWndWin, this interface supercedes
IMoaMmUtils, which has been made redundant.