SM_HANDLE SeaMaxW32GetVersion3Handle ( CSeaMaxW32 *  SeaMaxPointer)

Returns a SeaMAX Version 3.x compatable handle for use with non-deprecated (newer) SM functions.

Deprecated:
Version 2.x
Parameters
[in]SeaMaxPointer
Return values
>0Success - the SeaMAX version 3.x compatable handle for use with non-deprecated functions.
0SeaMaxPointer may not be null.

This deprecated function was not originally part of SeaMAX version 2.x, but a later addition to provide support for newer features of SeaMAX version 3.x. The handle returned can be used by any of SeaMAX version 3.x SM_ functions, but should not be used for any deprecated SeaMAX version 2.x functions.

Warning
The SeaMAX handle returned by this function will no longer be valid after calling SeaMaxW32Destroy(). Therefore, any attempt to use the handle returned by this method after destroying the SeaMAX object will result in unforsable errors.
 
 
Generated on Mon Nov 26 2018.