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.

28 lines
1.0 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. mprwnet.h
  7. This is a temporary file for MPR layer. It should be deleted
  8. after the layer is completed.
  9. FILE HISTORY:
  10. terryk 03-Jan-1992 Created
  11. beng 02-Apr-1992 Unicode fixes
  12. */
  13. #ifndef _MPRWNET_H_
  14. #define _MPRWNET_H_
  15. UINT FAR PASCAL WNetGetCaps(UINT);
  16. UINT FAR PASCAL WNetBrowseDialog(HWND,UINT,LPTSTR);
  17. UINT FAR PASCAL WNetDisconnectDialog(HWND,UINT);
  18. UINT FAR PASCAL WNetConnectDialog(HWND,UINT);
  19. UINT FAR PASCAL WNetPropertyDialog(HWND hwndParent, UINT iButton, UINT nPropSel, LPTSTR lpszName, UINT nType);
  20. UINT FAR PASCAL WNetGetPropertyText(UINT iButton, UINT nPropSel, LPTSTR lpszName, LPTSTR lpszButtonName, UINT cbButtonName, UINT nType);
  21. #endif // _MPRWNET_H_