將 BSTR 字串轉回 Fortran 字串
bstr | Integer | 4 | 必須 | (無) | BSTR 字串指標 |
string | Character*(*) | - | 必須 | (無) | 預留大小之 Fortran 字串空間 |
傳回字串長度
length = ConvertBSTRToString(vBSTR%VU%PTR_VAL, strVariant) MyVariantToString = Trim(strVariant)
本函數內建於 ifcom 模組內,可用 use ifcom 取代
Intel Visual Fortran 7.0 以後 | wVariant.f90
winVariant 函式庫 | ConvertStringToBSTR
|