ReactOS 0.4.16-dev-942-g91fadeb
fxfileobjectum.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 FxFileObjectUm.hpp
8
9Abstract:
10
11 This module implements a frameworks managed FileObject
12
13Author:
14
15
16
17Environment:
18
19 User mode only
20
21Revision History:
22
23
24--*/
25
26#ifndef _FXFILEOBJECTUM_H_
27#define _FXFILEOBJECTUM_H_
28
29#include "FxFileObject.hpp"
30
31#endif // _FXFILEOBJECTUM_H_
32
33