Windows2000/private/inet/wininet/ftp/dirlist.h

50 lines
583 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
dirlist.h
Abstract:
Prototypes, etc. for dirlist.c
Author:
Richard L Firth (rfirth) 31-Jul-1995
Revision History:
31-Jul-1995 rfirth
Created
*/
#if defined(__cplusplus)
extern "C" {
#endif
DWORD
ParseDirList(
IN LPSTR lpBuffer,
IN DWORD lpBufferLength,
IN LPSTR lpszFilespec OPTIONAL,
IN OUT PLIST_ENTRY lpList
);
BOOL
IsFilespecWild(
IN LPCSTR lpszFilespec
);
PRIVATE
VOID
ClearFindList(
IN PLIST_ENTRY lpList
);
#if defined(__cplusplus)
}
#endif