ReactOS 0.4.16-dev-319-g6cf4263
|
#include "setupapi_private.h"
Go to the source code of this file.
Classes | |
struct | promptdisk_params |
Functions | |
static void | promptdisk_init (HWND hwnd, struct promptdisk_params *params) |
static void | promptdisk_ok (HWND hwnd, struct promptdisk_params *params) |
static void | promptdisk_browse (HWND hwnd, struct promptdisk_params *params) |
static INT_PTR CALLBACK | promptdisk_proc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
UINT WINAPI | SetupPromptForDiskA (HWND hwndParent, PCSTR DialogTitle, PCSTR DiskName, PCSTR PathToSource, PCSTR FileSought, PCSTR TagFile, DWORD DiskPromptStyle, PSTR PathBuffer, DWORD PathBufferSize, PDWORD PathRequiredSize) |
UINT WINAPI | SetupPromptForDiskW (HWND hwndParent, PCWSTR DialogTitle, PCWSTR DiskName, PCWSTR PathToSource, PCWSTR FileSought, PCWSTR TagFile, DWORD DiskPromptStyle, PWSTR PathBuffer, DWORD PathBufferSize, PDWORD PathRequiredSize) |
|
static |
Definition at line 116 of file dialog.c.
Referenced by promptdisk_proc().
|
static |
Definition at line 37 of file dialog.c.
Referenced by promptdisk_proc().
|
static |
Definition at line 86 of file dialog.c.
Referenced by promptdisk_proc().
|
static |
Definition at line 139 of file dialog.c.
Referenced by SetupPromptForDiskW().
UINT WINAPI SetupPromptForDiskA | ( | HWND | hwndParent, |
PCSTR | DialogTitle, | ||
PCSTR | DiskName, | ||
PCSTR | PathToSource, | ||
PCSTR | FileSought, | ||
PCSTR | TagFile, | ||
DWORD | DiskPromptStyle, | ||
PSTR | PathBuffer, | ||
DWORD | PathBufferSize, | ||
PDWORD | PathRequiredSize | ||
) |
Definition at line 174 of file dialog.c.
Referenced by test_SetupPromptForDiskA().
UINT WINAPI SetupPromptForDiskW | ( | HWND | hwndParent, |
PCWSTR | DialogTitle, | ||
PCWSTR | DiskName, | ||
PCWSTR | PathToSource, | ||
PCWSTR | FileSought, | ||
PCWSTR | TagFile, | ||
DWORD | DiskPromptStyle, | ||
PWSTR | PathBuffer, | ||
DWORD | PathBufferSize, | ||
PDWORD | PathRequiredSize | ||
) |
Definition at line 219 of file dialog.c.
Referenced by SetupPromptForDiskA(), and test_SetupPromptForDiskW().