[WIN32K]
[reactos.git] / reactos / win32ss / gdi / ntgdi / gdiobj.h
index 5eb30a3..b049ff5 100644 (file)
@@ -141,6 +141,12 @@ GDIOBJ_LockObject(
     HGDIOBJ hobj,
     UCHAR objt);
 
+PGDIOBJ
+NTAPI
+GDIOBJ_TryLockObject(
+    HGDIOBJ hobj,
+    UCHAR objt);
+
 VOID
 NTAPI
 GDIOBJ_vUnlockObject(