NT4/private/ntos/vdm/ntvdmp.h

32 lines
367 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
ntvdmp.h
Abstract:
Vdm Private include file for platform independent vdm support functions
Author:
20-May-1994 Jonle
Revision History:
--*/
NTSTATUS
VdmQueryDirectoryFile(
PVDMQUERYDIRINFO VdmQueryDir
);
NTSTATUS
VdmIsLegalFatName(
POEM_STRING pOemFileNameString
);