SS_EXT_T

This is an optional structure for a passing extended information to the functions.

Syntax

    typedef	 struct
    {
        unsigned long   clientVersion; 
        void		        *extParms; 
    } SS_EXT_T;
    

Fields

clientVersion
(IN) Specifies the version of the SSS client in NSSS_VERSION_NUMBER.
extParms
(IN) Depending on the call and version passed, points to an API specific extension structure. It is the caller’s responsibility to initialize this pointer if the SS_EXT_T structure is used to pass extensions that an API calls.

Description

This is an optional parameter that can be defined by the service and be used in the future to extend each API. The contents of the structure that extParms points to can change based on the version of the service. Caller can pass a NULL in place of this parameter.