Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - x199x

#17
    In agent's spurce code : When you use the "nxget" tool to get agent's parameters, The agent finally call the "getParameter()" function.and finally it call " m_pParamList.handler(pszParam, m_pParamList.arg, pszValue) " .
    my question is : It do that workflow in both Windows and Linux platform. But it must have a "switch" to distinguish the OS platform,because the handler function(such as: H_DiskInfo  H_ProcessCount ) in different OS platform is different. Can you tell me where is the "switch" I can find it in src.