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.

25 lines
551 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. wnetshare.h
  7. WNetShare initialize and terminate functions
  8. FILE HISTORY:
  9. CongpaY 12-Aug-92 Created
  10. */
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. extern APIERR InitWNetShare();
  15. extern VOID TermWNetShare();
  16. #ifdef __cplusplus
  17. }
  18. #endif