ReactOS 0.4.16-dev-838-g27bb510
_REGISTRATIONDATA Struct Reference
Collaboration diagram for _REGISTRATIONDATA:

Public Attributes

HWND hwndDlg
 
ULONG DllCount
 
ULONG Registered
 
PVOID DefaultContext
 
PREGISTRATIONNOTIFY pNotify
 

Detailed Description

Definition at line 30 of file wizard.c.

Member Data Documentation

◆ DefaultContext

PVOID _REGISTRATIONDATA::DefaultContext

Definition at line 35 of file wizard.c.

Referenced by RegisterDlls(), and RegistrationNotificationProc().

◆ DllCount

ULONG _REGISTRATIONDATA::DllCount

Definition at line 33 of file wizard.c.

Referenced by RegisterDlls(), and RegistrationNotificationProc().

◆ hwndDlg

HWND _REGISTRATIONDATA::hwndDlg

Definition at line 32 of file wizard.c.

Referenced by RegisterDlls(), and RegistrationNotificationProc().

◆ pNotify

PREGISTRATIONNOTIFY _REGISTRATIONDATA::pNotify

Definition at line 36 of file wizard.c.

Referenced by RegisterDlls(), and RegistrationNotificationProc().

◆ Registered

ULONG _REGISTRATIONDATA::Registered

Definition at line 34 of file wizard.c.

Referenced by RegisterDlls(), and RegistrationNotificationProc().


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