ReactOS 0.4.16-dev-927-g467dec4
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS API Tests
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Precompiled header
5 * COPYRIGHT: Copyright 2019 Pierre Schweitzer <pierre@reactos.org>
6 * Copyright 2025 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
7 */
8
9#pragma once
10
11#define WIN32_NO_STATUS
12#include <apitest.h>
13
14#define NTOS_MODE_USER
15#include <ndk/iofuncs.h>
16#include <ndk/rtlfuncs.h>
17
18#include <mountmgr.h>
19#include <strsafe.h>
20
21/* utils.c */
22
24
28
29VOID
33
34/* EOF */
Definition: bufpool.h:45
VOID DumpBuffer(_In_ PVOID Buffer, _In_ ULONG Length)
Definition: utils.c:53
HANDLE GetMountMgrHandle(_In_ ACCESS_MASK DesiredAccess)
Retrieves a handle to the MountMgr controlling device. The handle should be closed with NtClose() onc...
Definition: utils.c:22
LPCSTR wine_dbgstr_us(const UNICODE_STRING *us)
Definition: utils.c:10
static const BYTE us[]
Definition: encode.c:689
#define _In_
Definition: no_sal2.h:158
ULONG ACCESS_MASK
Definition: nt_native.h:40
_In_ ULONG _In_ ULONG _In_ ULONG Length
Definition: ntddpcm.h:102
uint32_t ULONG
Definition: typedefs.h:59
_Must_inspect_result_ _In_ WDFDEVICE _In_ ULONG _In_ ACCESS_MASK DesiredAccess
Definition: wdfdevice.h:2658
const char * LPCSTR
Definition: xmlstorage.h:183