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.
 
 
 
 
 
 

38 lines
538 B

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
sptlibp.h
Abstract:
private header for SPTLIB.DLL
Environment:
User mode only
Revision History:
4/10/2000 - created
--*/
#include <stdio.h> // required for sscanf() function
#include <windows.h>
#include <cmdhelp.h>
#if 0
#ifndef ARGUMENT_PRESENT
#define ARGUMENT_PRESENT(ArgumentPointer) (\
(CHAR *)(ArgumentPointer) != (CHAR *)(NULL) )
#endif
#endif // 0
BOOL
CmdHelpValidateString(
IN PCHAR String,
IN DWORD ValidChars
);