windows-nt/Source/XPSP1/NT/shell/lib/badapps/utils.h

36 lines
402 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
utils.h
Abstract:
Declares various function.
Author:
Calin Negreanu (calinn) 01/20/1999
Revision History:
--*/
#pragma once
#include <windows.h>
#include <winnt.h>
BOOL
ShIsPatternMatch (
IN PCTSTR wstrPattern,
IN PCTSTR wstrStr
);
PCTSTR
ShGetFileNameFromPath (
IN PCTSTR PathSpec
);