mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
34 lines
338 B
C++
34 lines
338 B
C++
![]() |
/*++
|
||
|
|
||
|
Copyright (c) Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
FxFileObjectUm.hpp
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This module implements a frameworks managed FileObject
|
||
|
|
||
|
Author:
|
||
|
|
||
|
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User mode only
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef _FXFILEOBJECTUM_H_
|
||
|
#define _FXFILEOBJECTUM_H_
|
||
|
|
||
|
#include "FxFileObject.hpp"
|
||
|
|
||
|
#endif // _FXFILEOBJECTUM_H_
|
||
|
|
||
|
|