#ifndef PEVIEW_H #define PEVIEW_H #include #include #include #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