ReactOS 0.4.15-dev-7834-g00c4b3d
NtUserFindExistingCursorIcon.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS api tests
3 * LICENSE: GPL - See COPYING in the top level directory
4 * PURPOSE: Test for NtUserFindExistingCursorIcon
5 * PROGRAMMERS:
6 */
7
8#include "../win32nt.h"
9
11{
12
13
14}
#define START_TEST(x)
Definition: atltest.h:75
HICON NTAPI NtUserFindExistingCursorIcon(_In_ PUNICODE_STRING pustrModule, _In_ PUNICODE_STRING pustrRsrc, _In_ FINDEXISTINGCURICONPARAM *param)
Definition: cursoricon.c:857