Introduction: Code to get the startup time of the vendor daemon (when the vendor daemon was started) using FNP C API .Instructions:1. LM_A_VD_GENERIC_INFO gets information that is not specific to a feature and is mostly found in lsvendor.c.
2. In the structure of LM_VD_GENERIC_INFO there is a variable "vd_start" which can be used to get the startup time .