C++
#define GET_OPMPROPERTY_MANAGER(pAcRxClass) \ GET_OPMEXTENSION_CREATE_PROTOCOL()->CreateOPMObjectProtocol(pAcRxClass)->GetPropertyManager()
File
dynprops.h
Description
GET_OPMPROPERTY_MANAGER(pAcRxClass)
This macro is the main entry point for getting the property manager for a particular class.
Note
This macro returns an IPropertyManager for the class, which must be released after it is used.