在VC中调用Delphi编写的dll,我需要在调用时传入一个CString类型
的变量,那么VC中是否应该把CString转换成_variant_t类型,而在
Delphi中该参数类型需要定义为PChar类型?