SECEditLangConfig::AddRef
ULONGSECEditLangConfig::AddRef(void)
Adds a reference to this object.
Defined in: SECEditLangConfig.cpp
Return Value
Returns the new reference count value.
Comments
The MvcVisualComponent class does not implement reference counting. This function does nothing and returns 0. Derived classes can implement reference counting by overriding AddRef and Release.See Also