NWSMGetSMSModuleVersionInfo

Queries the connected SMS module for its version information.

Syntax

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

Parameters

connection

(IN) Specifies a TS API or SMS DI connection handle.

info

(OUT) Points to a NWSM_MODULE_VERSION_INFO structure containing information about the module.

Return Values

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

0x00000000

Successful

0xFFFEFFFF

NWSMDR_INVALID_CONNECTION

0xFFFEFFFE

NWSMDR_INVALID_PARAMETER

0xFFFEFFE9

NWSMDR_INVALID_CONTEXT

Remarks

If a TS API connection handle is passed to connection, you must be connected to the TSA and Target Service.