mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[FLTMGR] Stub FltAttachVolume()
This commit is contained in:
@@ -190,6 +190,18 @@ FltDetachVolume(
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
FLTAPI
|
||||
FltAttachVolume(
|
||||
_Inout_ PFLT_FILTER Filter,
|
||||
_Inout_ PFLT_VOLUME Volume,
|
||||
_In_opt_ PCUNICODE_STRING InstanceName,
|
||||
_Outptr_opt_result_maybenull_ PFLT_INSTANCE *RetInstance)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
FLTAPI
|
||||
FltGetVolumeName(
|
||||
|
||||
@@ -21,4 +21,5 @@
|
||||
@ stdcall FltGetFileNameInformation(ptr long ptr)
|
||||
@ stdcall FltCreateCommunicationPort(ptr ptr ptr ptr ptr ptr ptr long)
|
||||
@ stdcall FltCloseCommunicationPort(ptr)
|
||||
@ stdcall FltAttachVolume(ptr ptr ptr ptr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user