Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
402 B

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