2025-04-27 07:49:33 -04:00

14 lines
290 B
C++

#ifndef __SVSELFIL_H_INCLUDED
#define __SVSELFIL_H_INCLUDED
#include <windows.h>
#include "simarray.h"
namespace OpenShellFolder
{
HRESULT OpenShellFolderAndSelectFile( HWND hWnd, const CSimpleDynamicArray<CSimpleString> &Filenames );
}
#endif // __SVSELFIL_H_INCLUDED