Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F746169
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, Jun 29, 12:34 PM (1 d, 12 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
53/72/e79114a850c1589a262bf4f14b35
Attached To
rSCY Scylla
Event Timeline
Log In to Comment