WdfObjectIsCustomType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfobject.h

BOOLEAN WdfObjectIsCustomType(
  [in]  Handle,
  [in]  Type
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (wdfobjectiscustomtype)

WdfObjectIsCustomType macro

[Applies to KMDF and UMDF]

The WdfObjectIsCustomType macro determines whether a framework object is of a specified custom type.

Parameters

Handle [in] A handle to a framework object.

Type [in] The symbol name of a custom type.

Return value

Returns TRUE if the specified object is of the specified custom type. Otherwise, returns FALSE.

Remarks

For more information about object custom types, see Framework Object Custom Types.

Requirements

Target platform Universal
Minimum KMDF version 1.11
Minimum UMDF version 2.0
Header Wdfobject.h (include Wdf.h)

See also

WDF_DECLARE_CUSTOM_TYPE

WdfObjectAddCustomType

WdfObjectAddCustomTypeWithData

WdfObjectGetCustomTypeData