インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
COM Subroutine: Passes a globally unique identifier (GUID) and returns a string of printable characters.
CALL COMStringFromGUID (guid,string,status)
guid |
The GUID to be converted. Must be of type GUID, which is defined in the IFWINTY module. It can be any type of GUID, including a class identifier (CLSID), or an interface identifier (IID). |
string |
A character variable of type CHARACTER*(*) that receives the string representation of the GUID. The length of the character variable should be at least 38. |
status |
The status of the operation. If the string is too small to contain the string representation of the GUID, the value is zero. Otherwise, the value is the number of characters in the string representation of the GUID. Must be of type INTEGER(4). |