sicppsdk_win32.h
Go to the documentation of this file.
00001 //*****************************************************************************
00011 //*****************************************************************************
00012 
00013 #if (_MSC_VER > 1000) || defined(SGI_COMPILER)
00014 #pragma once
00015 #endif
00016 
00017 #include <sicppsdk.h>
00018 #include <xsi_value.h>
00019 
00020 #ifndef __SICPPSDK_WIN32_H__
00021 #define __SICPPSDK_WIN32_H__
00022 
00044 SICPPSDKDECL HRESULT XSIVariantToCValue( /*const*/ VARIANT* in_Variant, XSI::CValue& out_val );
00045 
00053 SICPPSDKDECL HRESULT XSIVariantFromCValue( const XSI::CValue& in_value, VARIANT* out_var );
00054 
00055 #endif // __SICPPSDK_WIN32_H__