NWSMGetRequestorVersionInfo

Queries the local SMDR for its version information.

Syntax

  #include <sms.h> 
   
  CCODE NWSMGetRequestorVersionInfo ( 
     UINT32                       connection, 
     NWSM_MODULE_VERSION_INFO *versionInfo);
  

Parameters

connection

(IN) Specifies the connection information that NWSMConnectToTSA returned.

versionInfo

(OUT) Points to a NWSM_MODULE_VERSION_INFO structure.

Return Values

The following table lists the return values associated with the function.

0x00000000

Successful

0xFFFEFFFF

NWSMDR_INVALID_CONNECTION

0xFFFEFFFC

NWSMDR_TRANSPORT_FAILURE

Remarks

You are responsible for freeing the memory held by versionInfo.