ReactOS 0.4.16-dev-311-g9382aa2
|
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | InstallHinfSection InstallHinfSectionA |
#define | FILEOPEN_FILTER TEXT("Inf Files (*.inf)\0*.inf\0All Files (*.*)\0*.*\0\0") |
#define | FILEOPEN_TITLE TEXT("INF file to process") |
#define | FILEOPEN_DEFEXT TEXT(".inf") |
#define | INF_COMMAND TEXT("DefaultInstall 128 %s") |
Functions | |
VOID WINAPI | InstallHinfSectionA (HWND hwnd, HINSTANCE handle, LPCSTR cmdline, INT show) |
int | _tmain (int argc, TCHAR *argv[]) |
#define InstallHinfSection InstallHinfSectionA |
Definition at line 43 of file infinst.c.
Definition at line 1601 of file install.c.