ReactOS 0.4.15-dev-7958-gcd0bb1a
_DEVINSTDATA Struct Reference

#include <newdev_private.h>

Collaboration diagram for _DEVINSTDATA:

Public Attributes

HFONT hTitleFont
 
BOOL bUpdate
 
PBYTE buffer
 
DWORD requiredSize
 
DWORD regDataType
 
HWND hDialog
 
HDEVINFO hDevInfo
 
SP_DEVINFO_DATA devInfoData
 
SP_DRVINFO_DATA_W drvInfoData
 
LPWSTR CustomSearchPath
 

Detailed Description

Definition at line 29 of file newdev_private.h.

Member Data Documentation

◆ buffer

PBYTE _DEVINSTDATA::buffer

Definition at line 33 of file newdev_private.h.

Referenced by DevInstallW(), and InstallDevInstEx().

◆ bUpdate

BOOL _DEVINSTDATA::bUpdate

Definition at line 32 of file newdev_private.h.

Referenced by FindDriverProc(), and InstallDevInstEx().

◆ CustomSearchPath

LPWSTR _DEVINSTDATA::CustomSearchPath

Definition at line 41 of file newdev_private.h.

Referenced by CHSourceDlgProc().

◆ devInfoData

◆ drvInfoData

SP_DRVINFO_DATA_W _DEVINSTDATA::drvInfoData

Definition at line 39 of file newdev_private.h.

◆ hDevInfo

◆ hDialog

HWND _DEVINSTDATA::hDialog

Definition at line 36 of file newdev_private.h.

Referenced by FindDriverProc(), and InstallDriverProc().

◆ hTitleFont

HFONT _DEVINSTDATA::hTitleFont

Definition at line 31 of file newdev_private.h.

◆ regDataType

DWORD _DEVINSTDATA::regDataType

Definition at line 35 of file newdev_private.h.

Referenced by DevInstallW(), and InstallDevInstEx().

◆ requiredSize

DWORD _DEVINSTDATA::requiredSize

Definition at line 34 of file newdev_private.h.

Referenced by DevInstallW(), and InstallDevInstEx().


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