2025-04-27 07:49:33 -04:00

25 lines
623 B
C

/**********************************************************************/
/** 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_