Main Page
Classes
Files
File List
File Members
include
RACString
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
52
_DN_EXP_RACSTR
HRESULT
53
ConvertRacStr2Variant
(
uint16_t
vt,
const
char
* chSrc,
VARIANT
* pvargDest);
54
61
_DN_EXP_RACSTR
HRESULT
62
ConvertVariant2RacStr
(
VARIANT
varSrc,
char
** chDest);
63
64
#ifdef __cplusplus
65
}
66
#endif
67
68
#endif
/* RAC_STRING_H_ */
uint16_t
unsigned short uint16_t
Definition:
stdint.h:41
ConvertRacStr2Variant
_DN_EXP_RACSTR HRESULT ConvertRacStr2Variant(uint16_t vt, const char *chSrc, VARIANT *pvargDest)
Converts RAC string to VARIANT.
Definition:
rac_string.c:96
HRESULT
int32_t HRESULT
Definition:
dn_common.h:61
_DN_EXP_RACSTR
#define _DN_EXP_RACSTR
Definition:
rac_string.h:37
ConvertVariant2RacStr
_DN_EXP_RACSTR HRESULT ConvertVariant2RacStr(VARIANT varSrc, char **chDest)
Converts VARIANT to RAC string.
Definition:
rac_string.c:228
VARIANT
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