ReactOS 0.4.15-dev-7953-g1f49173
needs_callback_info Struct Reference
Collaboration diagram for needs_callback_info:

Public Attributes

UINT type
 
HWND owner
 
UINT flags
 
HKEY key_root
 
LPCWSTR src_root
 
UINT copy_flags
 
PVOID callback
 
PVOID context
 
HDEVINFO devinfo
 
PSP_DEVINFO_DATA devinfo_data
 
PVOID reserved1
 
PVOID reserved2
 

Detailed Description

Definition at line 82 of file install.c.

Member Data Documentation

◆ callback

PVOID needs_callback_info::callback

Definition at line 91 of file install.c.

Referenced by SetupInstallFromInfSectionW().

◆ context

PVOID needs_callback_info::context

Definition at line 92 of file install.c.

Referenced by SetupInstallFromInfSectionW().

◆ copy_flags

UINT needs_callback_info::copy_flags

Definition at line 90 of file install.c.

Referenced by SetupInstallFromInfSectionW().

◆ devinfo

HDEVINFO needs_callback_info::devinfo

Definition at line 93 of file install.c.

Referenced by SetupInstallFromInfSectionW(), and SetupInstallServicesFromInfSectionExW().

◆ devinfo_data

PSP_DEVINFO_DATA needs_callback_info::devinfo_data

Definition at line 94 of file install.c.

Referenced by SetupInstallFromInfSectionW(), and SetupInstallServicesFromInfSectionExW().

◆ flags

UINT needs_callback_info::flags

Definition at line 87 of file install.c.

Referenced by SetupInstallFromInfSectionW(), and SetupInstallServicesFromInfSectionExW().

◆ key_root

HKEY needs_callback_info::key_root

Definition at line 88 of file install.c.

Referenced by SetupInstallFromInfSectionW().

◆ owner

HWND needs_callback_info::owner

Definition at line 86 of file install.c.

Referenced by SetupInstallFromInfSectionW().

◆ reserved1

PVOID needs_callback_info::reserved1

Definition at line 95 of file install.c.

Referenced by SetupInstallServicesFromInfSectionExW().

◆ reserved2

PVOID needs_callback_info::reserved2

Definition at line 96 of file install.c.

Referenced by SetupInstallServicesFromInfSectionExW().

◆ src_root

LPCWSTR needs_callback_info::src_root

Definition at line 89 of file install.c.

Referenced by SetupInstallFromInfSectionW().

◆ type

UINT needs_callback_info::type

Definition at line 84 of file install.c.

Referenced by SetupInstallFromInfSectionW(), and SetupInstallServicesFromInfSectionExW().


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