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.
 
 
 
 
 
 

24 lines
599 B

/**********************************************************************/
/** Microsoft Windows NT **/
/** Copyright(c) Microsoft Corp., 1991 **/
/**********************************************************************/
/*
wnerr.hxx
Functions prototype for WNetGetError and WNetGetErrorText.
This is a temporary file. It will be deleted after MPR layer is
completed.
FILE HISTORY:
terryk 03-Jan-1991 Created
*/
#ifndef _MPRERR_H_
#define _MPRERR_H_
UINT FAR PASCAL WNetGetError(LPUINT);
UINT FAR PASCAL WNetGetErrorText(UINT,LPSTR,LPUINT);
#endif // _MPRERR_H_