// wdfobject.h
BOOLEAN WdfObjectIsCustomType(
[in] Handle,
[in] Type
);
View the official Windows hardware development documentationNo description available.
[Applies to KMDF and UMDF]
The WdfObjectIsCustomType macro determines whether a framework object is of a specified custom type.
Handle [in] A handle to a framework object.
Type [in] The symbol name of a custom type.
Returns TRUE if the specified object is of the specified custom type. Otherwise, returns FALSE.
For more information about object custom types, see Framework Object Custom Types.
| Target platform | Universal |
| Minimum KMDF version | 1.11 |
| Minimum UMDF version | 2.0 |
| Header | Wdfobject.h (include Wdf.h) |
WdfObjectAddCustomTypeWithData