This method indicates whether a passed-in string contains the name of a type or a member described in the library.
At a Glance
Header file: | Oaidl.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESULT IsName( OLECHAR FAR* szNameBuf, unsigned long lHashVal, BOOL pfName );
Parameters
szNameBuf
Null-terminated string to test. If IsName is successful, szNameBuf is modified to match the case (capitalization) found in the type library.
lHashVal
Hash value of szNameBuf.
pfName
On return, pointer to a Boolean value that is set to TRUE if szNameBuf was found in the type library, or set to FALSE otherwise.
Return Values
One of the values described in the following table is returned.
Value | Description |
S_OK | Success. |
E_OUTOFMEMORY | Out of memory. |
E_INVALIDARG | One or more of the parameters is invalid. |
TYPE_E_IOERROR | The function could not read from the file. |
TYPE_E_INVDATAREAD | Invalid data. |
TYPE_E_UNSUPFORMAT | The type library has an older format. |
TYPE_E_INVALIDSTATE | The type library could not be opened. |