#ifndef _CbFile_H_
#define _CbFile_H_

// コールバック関数
HRESULT FileGetfile(CALLBACK_T strCallback);
HRESULT FileGetvariable(CALLBACK_T strCallback);
HRESULT FileGetfilenames(CALLBACK_T strCallback);
HRESULT FileGetvariablenames(CALLBACK_T strCallback);
HRESULT FileExecute(CALLBACK_T strCallback);
HRESULT FileCopy(CALLBACK_T strCallback);
HRESULT FileDelete(CALLBACK_T strCallback);
HRESULT FileMove(CALLBACK_T strCallback);
HRESULT FileRun(CALLBACK_T strCallback);
HRESULT FileGetdatecreated(CALLBACK_T strCallback);
HRESULT FileGetdatelastaccessed(CALLBACK_T strCallback);
HRESULT FileGetdatelastmodified(CALLBACK_T strCallback);
HRESULT FileGetpath(CALLBACK_T strCallback);
HRESULT FileGetsize(CALLBACK_T strCallback);
HRESULT FileGettype(CALLBACK_T strCallback);
HRESULT FileGetvalue(CALLBACK_T strCallback);
HRESULT FilePutvalue(CALLBACK_T strCallback);
HRESULT FileGetattribute(CALLBACK_T strCallback);
HRESULT FileGethelp(CALLBACK_T strCallback);
HRESULT FileGetname(CALLBACK_T strCallback);
HRESULT FileGettag(CALLBACK_T strCallback);
HRESULT FilePuttag(CALLBACK_T strCallback);
HRESULT FileGetid(CALLBACK_T strCallback);
HRESULT FilePutid(CALLBACK_T strCallback);
HRESULT FileRelease(CALLBACK_T strCallback);

#endif	//_CbFile_H_
