ReactOS 0.4.15-dev-7918-g2a2556c
mxfileobjectum.cpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5ModuleName:
6
7 MxFileObjectUm.cpp
8
9Abstract:
10
11 Implementation of MxFileObjectUm functions.
12
13Author:
14
15Revision History:
16
17
18
19--*/
20
21#include "Mx.h"
22
23#include <strsafe.h>
24
25#include "fxmin.hpp"
26
30 )
31{
33
34 ASSERTMSG("Filename parameter cannot be NULL\n", Filename != NULL);
35
36 name = m_FileObject->GetName();
38
39 return Filename;
40}
41
MdFileObject m_FileObject
Definition: mxfileobject.h:23
PUNICODE_STRING GetFileName(_Inout_opt_ PUNICODE_STRING Filename)
#define NULL
Definition: types.h:112
IN PVCB IN PBCB OUT PDIRENT IN USHORT IN POEM_STRING Filename
Definition: fatprocs.h:939
#define _Inout_opt_
Definition: ms_sal.h:379
#define ASSERTMSG(msg, exp)
Definition: nt_native.h:431
NTSYSAPI VOID NTAPI RtlInitUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)
Definition: name.c:39
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185