// wdfobject.h
PULONG WdfObjectGetCustomTypeData(
[in] Handle,
[in] Type
);
View the official Windows hardware development documentationNo description available.
[Applies to KMDF and UMDF]
The WdfObjectGetCustomTypeData macro retrieves the data that the driver previously associated with a framework object and custom type.
Handle [in] A handle to a framework object.
Type [in] The symbol name of a custom type.
WdfObjectGetCustomTypeData returns the data that the driver associated with a framework object and custom type in a previous call to WdfObjectAddCustomTypeWithData.
For more information about object driver 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