__interface IDirectory : IUnknown
{
BOOL FileExists(LPCWSTR name);
BOOL FindFirst([in] LPCWSTR name);
HRESULT FoundName([out, retval] LPBSTR name);
DWORD FoundAttributes(void);
BOOL FindNext(void);
void FinishFind(void);
};
Related Topics
ICpuInfo Interface
Overview
BOOL FileExists(LPCWSTR
name)
BOOL FindFirst([in]
LPCWSTR name)
HRESULT FoundName([out,
retval] LPBSTR name)
DWORD
FoundAttributes(void)
BOOL FindNext(void)
void FinishFind(void)