ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | ok_lasterror(err) ok(GetLastError() == err, "expected last error " #err " but got 0x%lx\n", GetLastError()); |
#define | ok_elp(hPen, elp, pstyle, width, bstyle, color, hatch, cstyle) |
#define | ok2(expression, text, expected, got) |
Functions | |
void | Test_ExtCreatePen_Params () |
BOOL | Test_ExtCreatePen_Expect (DWORD dwPenStyle, DWORD dwWidth, DWORD dwStyleCount, PDWORD pdwStyles, UINT lbStyle, ULONG_PTR lbHatch, PBOOL pbExpectException, PEXTLOGPEN pelpExpect) |
void | Test_ExtCreatePen_Helper (DWORD dwPenStyle, DWORD dwWidth, DWORD dwStyleCount, PDWORD pdwStyles, UINT lbStyle, ULONG_PTR lbHatch) |
void | Test_ExtCreatePen_Params2 () |
START_TEST (ExtCreatePen) | |
Definition at line 15 of file ExtCreatePen.c.
#define ok_lasterror | ( | err | ) | ok(GetLastError() == err, "expected last error " #err " but got 0x%lx\n", GetLastError()); |
Definition at line 12 of file ExtCreatePen.c.
START_TEST | ( | ExtCreatePen | ) |
Definition at line 534 of file ExtCreatePen.c.
BOOL Test_ExtCreatePen_Expect | ( | DWORD | dwPenStyle, |
DWORD | dwWidth, | ||
DWORD | dwStyleCount, | ||
PDWORD | pdwStyles, | ||
UINT | lbStyle, | ||
ULONG_PTR | lbHatch, | ||
PBOOL | pbExpectException, | ||
PEXTLOGPEN | pelpExpect | ||
) |
Definition at line 206 of file ExtCreatePen.c.
Referenced by Test_ExtCreatePen_Helper().
void Test_ExtCreatePen_Helper | ( | DWORD | dwPenStyle, |
DWORD | dwWidth, | ||
DWORD | dwStyleCount, | ||
PDWORD | pdwStyles, | ||
UINT | lbStyle, | ||
ULONG_PTR | lbHatch | ||
) |
Definition at line 385 of file ExtCreatePen.c.
Referenced by Test_ExtCreatePen_Params2().
void Test_ExtCreatePen_Params | ( | ) |
Definition at line 24 of file ExtCreatePen.c.
Referenced by START_TEST().
void Test_ExtCreatePen_Params2 | ( | ) |
Definition at line 476 of file ExtCreatePen.c.