ReactOS 0.4.15-dev-7953-g1f49173
fxframeworkstubum.h
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 FxFrameworkStubUm.h
8
9Abstract:
10
11 This is the internal flat-api stub version.
12
13--*/
14
15// generic loader defines.
16#include <fxldrum.h>
17
18#pragma once
19
20#ifdef __cplusplus
21extern "C"{
22#endif
23
24//------------------------------------------------------------------------
25// UMDF Loader interface for Flat-c framework stub.
26//------------------------------------------------------------------------
27struct IWudfHost;
28struct IUMDFPlatform;
29
30typedef
35 __in PWDF_LIBRARY_INFO LibraryInfo
36 );
37
41 IWudfHost * pIWudfHost;
42 IUMDFPlatform * pUMDFPlatform;
44
45#ifdef __cplusplus
46}
47#endif
48
#define __in
Definition: dbghelp.h:35
#define NTSTATUS
Definition: precomp.h:21
struct _WUDF_LOADER_FX_INTERFACE WUDF_LOADER_FX_INTERFACE
__checkReturn NTSTATUS(* PFN_WUDF_REGISTER_LIBRARY)(__in PVOID Context, __in PWDF_LIBRARY_INFO LibraryInfo)
struct _WUDF_LOADER_FX_INTERFACE * PWUDF_LOADER_FX_INTERFACE
#define __checkReturn
Definition: ms_sal.h:2873
PFN_WUDF_REGISTER_LIBRARY RegisterLibrary
uint32_t ULONG
Definition: typedefs.h:59