ReactOS 0.4.15-dev-7934-g1dc8d80
_WDF_DEVICE_PROPERTY_DATA Struct Reference

#include <wdfdevice.h>

Collaboration diagram for _WDF_DEVICE_PROPERTY_DATA:

Public Attributes

_In_ ULONG Size
 
_In_ const DEVPROPKEYPropertyKey
 
_In_ LCID Lcid
 
_In_ ULONG Flags
 

Detailed Description

Definition at line 1902 of file wdfdevice.h.

Member Data Documentation

◆ Flags

_In_ ULONG _WDF_DEVICE_PROPERTY_DATA::Flags

Definition at line 1929 of file wdfdevice.h.

Referenced by FxDevice::AssignProperty().

◆ Lcid

_In_ LCID _WDF_DEVICE_PROPERTY_DATA::Lcid

Definition at line 1922 of file wdfdevice.h.

Referenced by FxDevice::_QueryPropertyEx(), and FxDevice::AssignProperty().

◆ PropertyKey

_In_ const DEVPROPKEY* _WDF_DEVICE_PROPERTY_DATA::PropertyKey

Definition at line 1912 of file wdfdevice.h.

Referenced by FxDevice::_QueryPropertyEx(), and FxDevice::AssignProperty().

◆ Size

_In_ ULONG _WDF_DEVICE_PROPERTY_DATA::Size

Definition at line 1906 of file wdfdevice.h.


The documentation for this struct was generated from the following file: