2025-05-13 19:45:22 +03:00

39 lines
494 B
C

#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