14 lines
277 B
C++
14 lines
277 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
|
|
|