KIO
krun_win.cpp File Reference
#include "krun.h"
#include "krun_p.h"
#include <QDir>
#include <QFile>
#include <QWidget>
#include <windows.h>
Include dependency graph for krun_win.cpp:

Go to the source code of this file.
Functions | |
static int | runDll (QWidget *parent, const QString &libraryName, const QString &functionName, const QString &arguments=QString()) |
static int | runDll (WId windowId, const QString &libraryName, const QString &functionName, const QString &arguments=QString()) |
Function Documentation
static int runDll | ( | QWidget * | parent, | |
const QString & | libraryName, | |||
const QString & | functionName, | |||
const QString & | arguments = QString() | |||
) | [static] |
Definition at line 47 of file krun_win.cpp.
static int runDll | ( | WId | windowId, | |
const QString & | libraryName, | |||
const QString & | functionName, | |||
const QString & | arguments = QString() | |||
) | [static] |
Definition at line 30 of file krun_win.cpp.