#include <windows.h>#include <shlwapi.h>#include <windowsx.h>#include "wgnuplib.h"#include "resource.h"#include "win_mem_alloc.h"#include "version.h"Include dependency graph for FilesAssociationBox.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| EXPORT void WINAPI | FilesAssociationBox (HWND hwnd) |
| EXPORT void WINAPI FilesAssociationBox | ( | HWND | hwnd | ) |
Definition at line 65 of file FilesAssociationBox.c.
00066 { 00067 DLGPROC FilesAssociationDlgProc ; 00068 00069 FilesAssociationDlgProc = (DLGPROC) GetProcAddress((HINSTANCE)GetModuleHandle("LibScilab"),"FilesAssociationDlgProc"); 00070 DialogBox((HINSTANCE)GetModuleHandle("LibScilab"),(LPCSTR)IDD_FILEASSOCIATION,hwnd,FilesAssociationDlgProc) ; 00071 }
1.5.1