ReactOS 0.4.16-dev-550-g2186ce3
stringapiset.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS SDK
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: API definitions for api-ms-win-core-string-l1
5 * COPYRIGHT: Copyright 2024 Timo Kreuzer (timo.kreuzer@reactos.org)
6 */
7
8#pragma once
9
10#include <winnls.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
17int
20 _In_opt_ LPCWSTR lpLocaleName,
21 _In_ DWORD dwCmpFlags,
22 _In_NLS_string_(cchCount1) LPCWCH lpString1,
23 _In_ int cchCount1,
24 _In_NLS_string_(cchCount2) LPCWCH lpString2,
25 _In_ int cchCount2,
26 _Reserved_ LPNLSVERSIONINFO lpVersionInformation,
29
30#ifdef __cplusplus
31} // extern "C"
32#endif
static DWORD const LPVOID const lpReserved
LPARAM lParam
Definition: combotst.c:139
unsigned long DWORD
Definition: ntddk_ex.h:95
#define WINBASEAPI
Definition: green.h:8
#define _In_
Definition: no_sal2.h:158
#define _In_opt_
Definition: no_sal2.h:212
#define _Reserved_
Definition: no_sal2.h:504
CONST WCHAR * LPCWCH
Definition: ntbasedef.h:419
#define _In_NLS_string_(size)
Definition: specstrings.h:411
WINBASEAPI int WINAPI CompareStringEx(_In_opt_ LPCWSTR lpLocaleName, _In_ DWORD dwCmpFlags, _In_NLS_string_(cchCount1) LPCWCH lpString1, _In_ int cchCount1, _In_NLS_string_(cchCount2) LPCWCH lpString2, _In_ int cchCount2, _Reserved_ LPNLSVERSIONINFO lpVersionInformation, _Reserved_ LPVOID lpReserved, _Reserved_ LPARAM lParam)
LONG_PTR LPARAM
Definition: windef.h:208
#define WINAPI
Definition: msvc.h:6
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185