Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F703562
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 8, 9:06 PM (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6b/9a/77f2a8887cc62f7a7a3871708978
Attached To
rSCY Scylla
Event Timeline
Log In to Comment