short GetQMFObjectInfoEx(BSTR OwnerAndName, short Type, short Time).
Description
This function returns information about a QMF object. The information that will be returned is specified by the Type and Time parameters. After calling this function, the QMFObjectInfo() property can be interrogated for the returned value.
Parameters
Name | Description |
---|---|
OwnerAndName | A string containing the object for which you want to retrieve information, in owner.name format. For example, John.Query2 |
Type |
Specifies the type of information to get. You can select the foloowing information:
|
Time |
Specifies first used, last used, or last modified:
|
Return Value
The return value will be zero, if successful and non-zero if unsuccessful. If the return value is non-zero, you can call GetLastErrorString(), GetLastErrorType(), GetLastSQLCode(), GetLastSQLError(), or GetLastSQLState() to get additional error information.