Platform SDK: Agent

IAgentEx::GetVersion

HRESULT GetVersion(
   short * psMajor,  // address of major version
   short * psMinor   // address of minor version
);

Retrieves the version number of Microsoft Agent server.

psMajor
Address of a variable that receives the major version.
psMinor
Address of a variable that receives the minor version.