go my file uploader
This commit is contained in:
38
tools/peview/include/peview.h
Normal file
38
tools/peview/include/peview.h
Normal file
@@ -0,0 +1,38 @@
|
||||
#ifndef PEVIEW_H
|
||||
#define PEVIEW_H
|
||||
|
||||
#include <ph.h>
|
||||
#include <guisup.h>
|
||||
#include <prsht.h>
|
||||
#include "resource.h"
|
||||
|
||||
extern PPH_STRING PvFileName;
|
||||
|
||||
// peprp
|
||||
|
||||
VOID PvPeProperties(
|
||||
VOID
|
||||
);
|
||||
|
||||
// libprp
|
||||
|
||||
VOID PvLibProperties(
|
||||
VOID
|
||||
);
|
||||
|
||||
// misc
|
||||
|
||||
PPH_STRING PvResolveShortcutTarget(
|
||||
_In_ PPH_STRING ShortcutFileName
|
||||
);
|
||||
|
||||
VOID PvCopyListView(
|
||||
_In_ HWND ListViewHandle
|
||||
);
|
||||
|
||||
VOID PvHandleListViewNotifyForCopy(
|
||||
_In_ LPARAM lParam,
|
||||
_In_ HWND ListViewHandle
|
||||
);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user