ReactOS 0.4.17-dev-343-gb35a9be
featurestagingapi.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2021 Alex Henrie
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19#ifndef _FEATURESTAGINGAPI_H_
20#define _FEATURESTAGINGAPI_H_
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26DECLARE_HANDLE(FEATURE_STATE_CHANGE_SUBSCRIPTION);
27
29
31{
37
39{
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif
FEATURE_ENABLED_STATE
@ FEATURE_ENABLED_STATE_DISABLED
@ FEATURE_ENABLED_STATE_ENABLED
@ FEATURE_ENABLED_STATE_DEFAULT
void WINAPI FEATURE_STATE_CHANGE_CALLBACK(void *)
FEATURE_CHANGE_TIME
@ FEATURE_CHANGE_TIME_SESSION
@ FEATURE_CHANGE_TIME_MODULE_RELOAD
@ FEATURE_CHANGE_TIME_READ
@ FEATURE_CHANGE_TIME_REBOOT
#define DECLARE_HANDLE(name)
Definition: mimeole.idl:23
#define WINAPI
Definition: msvc.h:6