#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "guiddef.h"
#include "setupapi.h"
#include "wine/test.h"
Go to the source code of this file.
◆ START_TEST()
Definition at line 107 of file dialog.c.
static void test_SetupPromptForDiskW(void)
static void test_SetupPromptForDiskA(void)
◆ test_SetupPromptForDiskA()
static void test_SetupPromptForDiskA |
( |
void |
| ) |
|
|
static |
Definition at line 33 of file dialog.c.
35 char file[] =
"kernel32.dll";
ACPI_SIZE strlen(const char *String)
UINT WINAPI GetSystemDirectoryA(OUT LPSTR lpBuffer, IN UINT uSize)
GLenum GLuint GLenum GLsizei length
#define DPROMPT_BUFFERTOOSMALL
UINT WINAPI SetupPromptForDiskA(HWND hwndParent, PCSTR DialogTitle, PCSTR DiskName, PCSTR PathToSource, PCSTR FileSought, PCSTR TagFile, DWORD DiskPromptStyle, PSTR PathBuffer, DWORD PathBufferSize, PDWORD PathRequiredSize)
int strcmp(const char *String1, const char *String2)
Referenced by START_TEST().
◆ test_SetupPromptForDiskW()
static void test_SetupPromptForDiskW |
( |
void |
| ) |
|
|
static |
Definition at line 69 of file dialog.c.
71 WCHAR file[] = {
'k',
'e',
'r',
'n',
'e',
'l',
'3',
'2',
'.',
'd',
'l',
'l',
'\0'};
73 WCHAR disk[] = {
'T',
'e',
's',
't',
'd',
'i',
's',
'k',
'\0'};
char * wine_dbgstr_w(const wchar_t *wstr)
int WINAPI lstrcmpW(LPCWSTR lpString1, LPCWSTR lpString2)
GLenum GLuint GLenum GLsizei length
UINT WINAPI SetupPromptForDiskW(HWND hwndParent, PCWSTR DialogTitle, PCWSTR DiskName, PCWSTR PathToSource, PCWSTR FileSought, PCWSTR TagFile, DWORD DiskPromptStyle, PWSTR PathBuffer, DWORD PathBufferSize, PDWORD PathRequiredSize)
#define DPROMPT_BUFFERTOOSMALL
UINT WINAPI GetSystemDirectoryW(OUT LPWSTR lpBuffer, IN UINT uSize)
Referenced by START_TEST().