SUPPORT.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- /*++
- Copyright (c) 1994-1995 Microsoft Corporation
- Module Name:
- Support.h
- Abstract:
- Support routine interfaces
- Author:
- Matthew Bradburn [mattbr] 05-Oct-1994
- Revision History:
- --*/
- extern VOID
- ArrangeCommandLine(
- PTCHAR **pargv,
- int *pargc
- );
- extern BOOLEAN
- IsNtldr(
- PTCHAR pch
- );
- extern BOOLEAN
- IsUncRoot(
- PTCHAR pch
- );
- extern VOID
- DisplayMsg(DWORD MsgNum, ... );
- extern VOID
- DisplayErr(PTCHAR Prefix, DWORD MsgNum, ... );
- extern VOID
- InitializeIoStreams();
- #define lstrchr wcschr
- #define lstricmp _wcsicmp
- #define lstrnicmp _wcsnicmp
- extern ULONG
- FormatFileSize(
- IN PLARGE_INTEGER FileSize,
- IN DWORD Width,
- OUT PTCHAR FormattedSize,
- IN BOOLEAN WithCommas
- );