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

Public Attributes

HMODULE hLibrary
 
HWND hDlgCtrl
 
WCHAR szName [MAX_PATH]
 
INT Index
 
HICON hIcon
 

Detailed Description

Definition at line 547 of file dialog.c.

Member Data Documentation

◆ hDlgCtrl

HWND _PICK_ICON_CONTEXT::hDlgCtrl

◆ hIcon

HICON _PICK_ICON_CONTEXT::hIcon

Definition at line 553 of file dialog.c.

Referenced by DIALOG_SYMBOL_DlgProc().

◆ hLibrary

HMODULE _PICK_ICON_CONTEXT::hLibrary

Definition at line 549 of file dialog.c.

Referenced by DIALOG_SYMBOL_DlgProc(), DoLoadIcons(), and PickIconProc().

◆ Index

INT _PICK_ICON_CONTEXT::Index

Definition at line 552 of file dialog.c.

Referenced by DIALOG_SYMBOL_DlgProc(), and PickIconProc().

◆ szName

WCHAR _PICK_ICON_CONTEXT::szName[MAX_PATH]

Definition at line 551 of file dialog.c.

Referenced by DIALOG_SYMBOL_DlgProc().


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