출처 : http://msdn.microsoft.com/en-us/library/e305240e-9e11-4006-98cc-26f4932d2118(VS.85)
VARIANT, BSTR & SAFEARRAY C++ Tutorial...IntroductionFrustrated by the lack of good articles on the VARIANT data type, I decided to write this short introduction. The VARIANT type is an all purpose data type used by IDispatch::Invoke both to transmit and receive parameters. It can hold numbers, strings, arrays, error values and IDispatch pointers. An XLL developer could consider the variant to be the Automation equivalent of the do everything Excel XLOPER data type. StructureHere is a simplified version of the VARIANT definition. For the full definition see this link. struct tagVARIANT { The variant type is 16 bytes in size. |
'IT-개발,DB' 카테고리의 다른 글
[개발] Charset and CodePage 정리표 (0) | 2012.02.16 |
---|---|
[IT/개발] 영업에 간섭하지 말라고? (0) | 2012.02.09 |
[개발/VC++] ATL CImage 클래스를 이용한 화면 크기와 일치하는 캡쳐하기 함수 (0) | 2012.01.30 |
[개발/MFC] 파일크기 구하기 (대용량 파일크기도 가능) (0) | 2012.01.30 |
[개발/PHP] 웹 가계부 소스 공개 (0) | 2012.01.29 |
댓글