ReactOS 0.4.16-dev-240-gdb5fa3b
|
#include <windows.h>
#include <stdio.h>
#include "vfdtypes.h"
#include "vfdapi.h"
#include "vfdlib.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
BOOL WINAPI | DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) |
BOOL WINAPI | VfdIsValidPlatform () |
UINT WINAPI | VfdGetNotifyMessage () |
PSTR | ModuleMessage (DWORD nFormat,...) |
PCSTR | SystemMessage (DWORD nError) |
Variables | |
HINSTANCE | g_hDllModule = NULL |
UINT | g_cDllRefCnt = 0 |
UINT | g_nNotifyMsg = 0 |
Definition at line 44 of file vfdlib.c.
Definition at line 124 of file vfdlib.c.
Referenced by AddMenuItem(), CVfdShExt::DoVfdDrop(), OnBrowse(), OnOK(), SetControlText(), ShowHelpWindow(), VfdGuiClose(), VfdGuiFormat(), VfdImageTip(), and VfdMakeFileDesc().
Definition at line 147 of file vfdlib.c.
Referenced by CVfdShExt::DoVfdOpen(), ExtractZipImage(), ExtractZipInfo(), CVfdShExt::InvokeCommand(), OnControl(), OnImage(), OnOK(), OnTarget(), UpdateImageInfo(), VfdBroadcastLink(), VfdCheckDriverFile(), VfdCheckImageFile(), VfdCloseImage(), VfdConfigDriver(), VfdCreateImageFile(), VfdDismountVolume(), VfdFormatMedia(), VfdGetDeviceName(), VfdGetDeviceNumber(), VfdGetDriverConfig(), VfdGetDriverState(), VfdGetDriverVersion(), VfdGetGlobalLink(), VfdGetImageInfo(), VfdGetLocalLink(), VfdGetMediaState(), VfdGuiFormat(), VfdImageTip(), VfdInstallDriver(), VfdOpenDevice(), VfdOpenImage(), VfdRemoveDriver(), VfdSaveImage(), VfdSetGlobalLink(), VfdSetLocalLink(), VfdStartDriver(), VfdStopDriver(), and VfdWriteProtect().
|
extern |
|
extern |
Referenced by DllMain(), VfdGetNotifyMessage(), VfdNotify(), and VfdPageDlgProc().