Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F835531
PickDllGui.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
615 B
Subscribers
None
PickDllGui.h
View Options
#pragma once
#include
"MainGui.h"
static
const
enum
ListColumns
{
COL_PATH
,
COL_NAME
,
COL_IMAGEBASE
,
COL_IMAGESIZE
};
class
PickDllGui
{
public
:
static
HWND
hWndDlg
;
static
std
::
vector
<
ModuleInfo
>
*
moduleList
;
static
ModuleInfo
*
selectedModule
;
static
LRESULT
CALLBACK
pickDllDlgProc
(
HWND
hWnd
,
UINT
uMsg
,
WPARAM
wParam
,
LPARAM
lParam
);
static
INT_PTR
initDialog
(
HINSTANCE
hInstance
,
HWND
hWndParent
,
std
::
vector
<
ModuleInfo
>
&
moduleList
);
static
void
addColumnsToModuleList
(
HWND
hList
);
static
void
getModuleListItem
(
int
column
,
int
iItem
,
WCHAR
*
buffer
);
static
bool
displayModuleList
();
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Mon, Aug 17, 4:51 AM (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
87/eb/7ead2a424b889f7177a5808b1313
Attached To
rSCY Scylla
Event Timeline
Log In to Comment