ReactOS 0.4.16-dev-1049-g378a335
|
#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
Functions | |
NTSTATUS FASTCALL | HEAP_strdupA2W (_Outptr_ PWSTR *ppszW, _In_ PCSTR lpszA) |
PWSTR FASTCALL | HEAP_strdupA2W_buf (_In_ PCSTR lpszA, _In_ PWSTR pszStaticBuff, _In_ SIZE_T cchStaticBuff) |
Variables | |
HANDLE | hProcessHeap = NULL |
Definition at line 34 of file heap.c.
Referenced by CreateICA(), EnumFontsA(), GetStringBitmapA(), and GetTextExtentExPointA().
PWSTR FASTCALL HEAP_strdupA2W_buf | ( | _In_ PCSTR | lpszA, |
_In_ PWSTR | pszStaticBuff, | ||
_In_ SIZE_T | cchStaticBuff | ||
) |
Definition at line 53 of file heap.c.
Referenced by AddFontResourceExA(), and RemoveFontResourceExA().