typedefZyanStatus(*ZyanConstMemberFunction)(constvoid*object)
Defines the ZyanConstMemberFunction function prototype.
Parametersobject A pointer to the object.
Returns
A zyan status code.
typedefvoid(*ZyanConstMemberProcedure)(constvoid*object)
Defines the ZyanConstMemberProcedure function prototype.
Parametersobject A pointer to the object.
typedefZyanStatus(*ZyanMemberFunction)(void*object)
Defines the ZyanMemberFunction function prototype.
Parametersobject A pointer to the object.
Returns
A zyan status code.
typedefvoid(*ZyanMemberProcedure)(void*object)
Defines the ZyanMemberProcedure function prototype.
Parametersobject A pointer to the object.