Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Applies to KMDF and UMDF]
The WdfObjectGetCustomTypeData macro retrieves the data that the driver previously associated with a framework object and custom type.
PULONG WdfObjectGetCustomTypeData(
[in] Handle,
[in] 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) |