[APOTESTS]
[reactos.git] / rostests / apitests / win32nt / ntuser / NtUserCountClipboardFormats.c
diff --git a/rostests/apitests/win32nt/ntuser/NtUserCountClipboardFormats.c b/rostests/apitests/win32nt/ntuser/NtUserCountClipboardFormats.c
new file mode 100644 (file)
index 0000000..465ca21
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * PROJECT:         ReactOS api tests
+ * LICENSE:         GPL - See COPYING in the top level directory
+ * PURPOSE:         Test for NtUserCountClipboardFormats
+ * PROGRAMMERS:
+ */
+
+#include <win32nt.h>
+
+
+START_TEST(NtUserCountClipboardFormats)
+{
+       RTEST(NtUserCountClipboardFormats() < 1000);
+}
+