Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtGdiGetFontResourceInfoInternalW.c.
11{
16
18 &NtFileName,
21
22 dwBufSize = sizeof(logfont);
23 memset(&logfont, 0x0, dwBufSize);
24
28 1,
29 dwBufSize,
30 &dwBufSize,
31 &logfont,
32 2);
33
34 ok(bRet !=
FALSE,
"bRet was FALSE.\n");
35
39
40
41
42}
NTSYSAPI BOOLEAN NTAPI RtlDosPathNameToNtPathName_U(_In_opt_z_ PCWSTR DosPathName, _Out_ PUNICODE_STRING NtPathName, _Out_opt_ PCWSTR *NtFileNamePart, _Out_opt_ PRTL_RELATIVE_NAME_U DirectoryInfo)
__kernel_entry W32KAPI BOOL APIENTRY NtGdiGetFontResourceInfoInternalW(_In_reads_z_(cwc) LPWSTR pwszFiles, _In_ ULONG cwc, _In_ ULONG cFiles, _In_ UINT cjBuf, _Out_ LPDWORD pdwBytes, _Out_writes_bytes_(cjBuf) LPVOID pvBuf, _In_ DWORD iType)
WCHAR lfFaceName[LF_FACESIZE]