ReactOS 0.4.16-dev-814-g656a5dc
|
#include <apitest.h>
#include <stdlib.h>
#include <stdio.h>
#include <windows.h>
#include <uxtheme.h>
#include <uxundoc.h>
Go to the source code of this file.
Typedefs | |
typedef HRESULT(WINAPI * | FN_GetThemeParseErrorInfo) (PPARSE_ERROR_INFO) |
typedef HRESULT(WINAPI * | FN_ParseThemeIniFile) (LPCWSTR, LPWSTR, PARSETHEMEINIFILEPROC, LPVOID) |
Functions | |
static BOOL CALLBACK | ParseThemeIniFileProc (DWORD dwType, LPWSTR pszParam1, LPWSTR pszParam2, LPWSTR pszParam3, DWORD dwParam, LPVOID lpData) |
START_TEST (GetThemeParseErrorInfo) | |
typedef HRESULT(WINAPI * FN_GetThemeParseErrorInfo) (PPARSE_ERROR_INFO) |
Definition at line 15 of file GetThemeParseErrorInfo.c.
Definition at line 16 of file GetThemeParseErrorInfo.c.
|
static |
Definition at line 19 of file GetThemeParseErrorInfo.c.
Referenced by START_TEST().
START_TEST | ( | GetThemeParseErrorInfo | ) |
Definition at line 30 of file GetThemeParseErrorInfo.c.