Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtGdiEnumFontOpen.c.
11{
16
18
19
20
22 ok(idEnum != 0,
"idEnum was 0.\n");
23 if (idEnum == 0)
24 {
25 skip(
"idEnum == 0\n");
26 return;
27 }
28
29
32 ok(
pEntry->einfo.pobj !=
NULL,
"pEntry->einfo.pobj was NULL.\n");
38
39
41
43
44
45
46}
#define ok_long(expression, result)
#define ok_int(expression, result)
#define ok_ptr(expression, result)
#define GDI_HANDLE_GET_INDEX(h)
#define GDI_HANDLE_GET_TYPE(h)
__kernel_entry W32KAPI BOOL APIENTRY NtGdiEnumFontClose(_In_ ULONG_PTR idEnum)
__kernel_entry W32KAPI ULONG_PTR APIENTRY NtGdiEnumFontOpen(_In_ HDC hdc, _In_ ULONG iEnumType, _In_ FLONG flWin31Compat, _In_ ULONG cwchMax, _In_opt_ LPWSTR pwszFaceName, _In_ ULONG lfCharSet, _Out_ ULONG *pulCount)
#define GDI_OBJECT_TYPE_ENUMFONT
DWORD WINAPI GetCurrentProcessId(void)
HDC WINAPI CreateDCW(_In_opt_ LPCWSTR pszDriver, _In_opt_ LPCWSTR pszDevice, _In_opt_ LPCWSTR psz, _In_opt_ const DEVMODEW *pdmInit)