Windows2000/private/shell/shell32/dfcmd.h
2020-09-30 17:12:32 +02:00

11 lines
188 B
C++

#ifndef _DFCMD_H_
#define _DFCMD_H_
#include "docfind.h"
class CDFCommand;
class CDFFolder;
HRESULT CDFCommand_Create(CDFFolder *pdfc, IDocFindFileFilter *pdfff, void **ppvObj);
#endif