mirror of https://github.com/lianthony/NT4.0
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.
33 lines
447 B
33 lines
447 B
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
misc.hxx
|
|
|
|
Abstract:
|
|
|
|
|
|
Author:
|
|
|
|
David Kays (dkays) August 1 1994
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _MISC_
|
|
#define _MISC_
|
|
|
|
char *
|
|
GetProcFormatString(
|
|
HANDLE hCurrentProcess,
|
|
PNTSD_EXTENSION_APIS lpExtensionApis,
|
|
unsigned int ProcNum,
|
|
char * FormatStringAddr
|
|
);
|
|
|
|
extern char * FormatCharNames[];
|
|
|
|
#endif
|