rac_string.h
Go to the documentation of this file.
1 #ifndef RAC_STRING_H_
2 #define RAC_STRING_H_
3 
36 #ifndef _DN_EXP_RACSTR
37 #define _DN_EXP_RACSTR
38 #endif /* _DN_EXP_RACSTR */
39 
40 #ifdef __cplusplus
41 extern "C"
42 {
43 #endif
44 
53  ConvertRacStr2Variant(uint16_t vt, const char* chSrc, VARIANT* pvargDest);
54 
62  ConvertVariant2RacStr(VARIANT varSrc, char** chDest);
63 
64 #ifdef __cplusplus
65 }
66 #endif
67 
68 #endif /* RAC_STRING_H_ */
unsigned short uint16_t
Definition: stdint.h:41
_DN_EXP_RACSTR HRESULT ConvertRacStr2Variant(uint16_t vt, const char *chSrc, VARIANT *pvargDest)
Converts RAC string to VARIANT.
Definition: rac_string.c:96
int32_t HRESULT
Definition: dn_common.h:61
#define _DN_EXP_RACSTR
Definition: rac_string.h:37
_DN_EXP_RACSTR HRESULT ConvertVariant2RacStr(VARIANT varSrc, char **chDest)
Converts VARIANT to RAC string.
Definition: rac_string.c:228
A type definition for the multi type variable.
Definition: dn_common.h:306


bcap_core
Author(s): DENSO WAVE INCORPORATED
autogenerated on Mon Jun 10 2019 13:12:20