mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
[Win32SS|GDI] Implement seldom used API and update types for local DC's.
Two working in house application require these API. Known as FolCOL and Reach.
This commit is contained in:
parent
a602bc3550
commit
970344bd16
8 changed files with 150 additions and 98 deletions
|
@ -195,6 +195,7 @@ GDIOBJ_pvGetObjectAttr(
|
|||
POBJ pobj);
|
||||
|
||||
BOOL NTAPI GDIOBJ_ConvertToStockObj(HGDIOBJ *hObj);
|
||||
BOOL NTAPI GDIOBJ_ConvertFromStockObj(HGDIOBJ *phObj);
|
||||
POBJ NTAPI GDIOBJ_AllocObjWithHandle(ULONG ObjectType, ULONG cjSize);
|
||||
PGDIOBJ NTAPI GDIOBJ_ShareLockObj(HGDIOBJ hObj, DWORD ObjectType);
|
||||
PVOID NTAPI GDI_MapHandleTable(PEPROCESS Process);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue