![]() | ![]() | ![]() |
| ||
|
ITaskScheduler::IsOfType
HRESULT IsOfType( LPCWSTR pwszName, REFIID riid );Checks the object's type to verify that it supports a particular interface.
- Returns S_OK if the object named by pwszName supports the interface specified in riid, or S_FALSE otherwise.
- pwszName
- LPCWSTR that specifies the name of the object to check.
- riid
- Identifier of the interface to be matched.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.