2025-04-27 07:49:33 -04:00

36 lines
437 B
C

/*++
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
);