Changeset 620 in dev for trunk/ab5.0/abdev/abdev/Common.h


Ignore:
Timestamp:
May 19, 2008, 6:17:02 PM (16 years ago)
Author:
dai_9181
Message:

Projectクラスをリファクタリング中。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/Common.h

    r619 r620  
    667667_int8 WriteBuffer_NonErrMsg(char *path,char *buffer,int length);
    668668void GetRelationalPath(char *path,char *dir);
    669 void GetFullPath(char *path,char *dir);
     669void GetFullPath(char *path,const char *dir);
    670670void RemoveDirectoryStrong(const char *dirPath);
    671671BOOL GetFilePathDialog(HWND hwnd,char *filename,LPSTR Filter,LPSTR Title,_int8 IsOpen);
    672672BOOL GetFolder(HWND hWnd,char *folder,char *OpenFolderTitle);
    673673int GetFileExtension(char *path);
    674 HWND OpenFileWithExtension(char *OpenFileName);
     674HWND OpenFileWithExtension( const std::string &filePath );
    675675BOOL SaveDocument(HWND hChild,char *SaveFileName);
    676676BOOL ShortPathToLongPath(char ShortPath[MAX_PATH],char *LongPath);
     
    10921092void AddIconType(int WndNum,int IconType);
    10931093void DeleteIconType(int WndNum);
    1094 void NewIconEditWindow(char *filepath);
     1094void NewIconEditWindow(const char *filepath);
    10951095void SaveIconFile(char *filepath,HWND hwnd);
    10961096LRESULT CALLBACK MDIClientWindow_IconEdit(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam);
Note: See TracChangeset for help on using the changeset viewer.