12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

1 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>Table 1-7NameCOMCreateObjectByGUIDCOMCreateObjectByProgIDCOMGetActiveObjectByGUIDCOMGetActiveObjectByProgIDCOMGetFileObjectCOMInitializeCOMIsEqualGUIDCOMQueryInterfaceCOMReleaseObjectCOMStringFromGUIDCOMUninitializeSummary of COM Routines (W*32)DescriptionPasses a class identifier, creates an instance of an object, and returns apointer to the object's interface.Passes a programmatic identifier, creates an instance of an object, andreturns a pointer to the object's IDispatch interface.Passes a class identifier and returns a pointer to the interface of acurrently active object.Passes a programmatic identifier and returns a pointer to the IDispatchinterface of a currently active object.Passes a file name and returns a pointer to the IDispatch interface of anautomation object that can manipulate the file.Initializes the COM library.Determines whether two globally unique identifiers (GUIDs) are thesame.Passes an interface identifier and returns a pointer to an object'sinterface.Indicates that the program is done with a reference to an object'sinterface.Passes a globally unique identifier (GUID) and returns a string ofprintable characters.Uninitializes the COM library.Table 1-8 summarizes the AUTO routines. Routine names are shown in mixed case to make thenames easier to understand. When writing your applications, you can use any case.Table 1-8 Summary of AUTO Routines (W*32)NameDescriptionAUTOAddArgPasses an argument name and value and adds the argument to theargument list data structure.AUTOAllocateInvokeArgsAllocates an argument list data structure that holds the arguments to bepassed to AUTOInvoke.AUTODeallocateInvokeArgsDeallocates an argument list data structure.AUTOGetExceptInfoRetrieves the exception information when a method has returned anexception status.AUTOGetPropertyPasses the name or identifier of the property and gets the value of theautomation object's property.1-24

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!