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

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. wnerr.hxx
  7. Functions prototype for WNetGetError and WNetGetErrorText.
  8. This is a temporary file. It will be deleted after MPR layer is
  9. completed.
  10. FILE HISTORY:
  11. terryk 03-Jan-1991 Created
  12. */
  13. #ifndef _MPRERR_H_
  14. #define _MPRERR_H_
  15. UINT FAR PASCAL WNetGetError(LPUINT);
  16. UINT FAR PASCAL WNetGetErrorText(UINT,LPSTR,LPUINT);
  17. #endif // _MPRERR_H_