Leaked source code of windows server 2003
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.
 
 
 
 
 
 

36 lines
463 B

/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
ulibcl.hxx
Abstract:
This module contains declarations that the clients of
ULIB.DLL require.
Environment:
ULIB Clients, User Mode
--*/
#if ! defined( _ULIBCLIENTDEFN_ )
#define _ULIBCLIENTDEFN_
ULIB_EXPORT
PSTREAM
Get_Standard_Input_Stream();
ULIB_EXPORT
PSTREAM
Get_Standard_Output_Stream();
ULIB_EXPORT
PSTREAM
Get_Standard_Error_Stream();
#endif