| Function: | File selective dialogue (the dialogue which is opened) it indicates and acquires file name. | |
| Argument: | OPENFILENAME* pofn: | Pointer to information structure body |
| Return value: | TRUE: Success/FALSE: Failure | |
| Details: | GetOpenFileName of common dialogue () with it operates equally. |
| Function: | File selective dialogue (retention dialogue) it indicates and acquires file name. | |
| Argument: | OPENFILENAME* pofn: | Pointer to information structure body |
| Return value: | TRUE: Success/FALSE: Failure | |
| Details: | GetSaveFileName of common dialogue () with it operates equally. |
| ?? | DWORD | lStructSize; | // | Size of structure: Sizeof (OPENFILENAME) please be sure to set. |
| HWND | hwndOwner; | |||
| HINSTANCE | hInstance; | // | Not yet support | |
| LPCTSTR | lpstrFilter; | // | Support of group of extensions (* note 1) | |
| LPTSTR | lpstrCustomFilter; | // | Not yet support | |
| DWORD | nMaxCustFilter; | // | Not yet support | |
| DWORD | nFilterIndex; | |||
| LPTSTR | lpstrFile; | |||
| DWORD | nMaxFile; | |||
| LPTSTR | lpstrFileTitle; | // | (* Note 2) | |
| DWORD | nMaxFileTitle; | |||
| LPCTSTR | lpstrInitialDir; | |||
| LPCTSTR | lpstrTitle; | |||
| DWORD | Flags; | // | Referring to the support circumstance of the value Flags of below-mentioned OPENFILENAME | |
| WORD | nFileOffset; | // | Not yet support | |
| WORD | nFileExtension; | // | Not yet support | |
| LPCTSTR | lpstrDefExt; | |||
| LPARAM | lCustData; | // | Not yet support | |
| LPOFNHOOKPROC | lpfnHook; | // | Not yet support | |
| LPCTSTR | lpTemplateName; | // | Not yet support |
| 0.00? | First edition compilation |
| 0.01? | When there is a extension the single selective time of the file, because it does not operate just, correction |
| With PocketPC modification of operation at time of plural selections | |
| 0.02? | Breadth 320pixel correspondence |
| When ramming down the filter to the text box, operation correction | |
| The bug Fix where shortcut of the folder is indicated in doubly | |
| 0.03? | When the file is not selected from the list, the bug where the extension is not attached Fix |
| Because the folder two there are times when it is indicated, correction | |
| When the extension is not attached, because memory it is destructive, correction | |
| 0.04? | When plural selective possible all selection button additions (PocketPC) |
| Keyboard shortcut (Ctrl+A) correspondence (HPC) | |
| 0.05? | Modification of character string additional deletion processing to text box at time of plural selections |
| Deletion of CEF edition |