Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kFrameworkConstructorFx kType_FrameworkConstructor ( kType  type)

Gets the framework constructor for this type.

Framework constructors can optionally be registered using the kAddFrameworkConstructor macro. Framework constructor registration may be required to support specific features (e.g., serialization).

If a framework constructor has not been registered for the specified type, this method will return a stub constructor that yields kERROR_UNIMPLEMENTED.

Parameters
typeType.
Returns
Framework constructor.