Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F645712
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, May 11, 1:39 AM (22 h, 4 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b4/61/7acf43f08d42867ebc6dbc7f29f0
Attached To
rSCY Scylla
Event Timeline
Log In to Comment