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.
37 lines
638 B
37 lines
638 B
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
names.h
|
|
|
|
Abstract:
|
|
|
|
definitions of names
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 06-Jan-1992
|
|
|
|
Revision History:
|
|
|
|
06-Jan-1992 rfirth
|
|
Created
|
|
|
|
--*/
|
|
|
|
extern TCHAR text_AUX[];
|
|
extern TCHAR text_COMM[];
|
|
extern TCHAR text_CON[];
|
|
extern TCHAR text_DEV[];
|
|
extern TCHAR text_MAILSLOT[];
|
|
extern TCHAR text_NUL[];
|
|
extern TCHAR text_PIPE[];
|
|
extern TCHAR text_PRINT[];
|
|
extern TCHAR text_PRN[];
|
|
extern TCHAR text_QUEUES[];
|
|
extern TCHAR text_SEM[];
|
|
extern TCHAR text_SHAREMEM[];
|
|
extern TCHAR text_LPT[];
|
|
extern TCHAR text_COM[];
|