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.

35 lines
515 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. MWKSTA.H
  5. Abstract:
  6. Contains mapping functions to present netcmd with versions
  7. of the Net32 APIs which use ASCII instead of Unicode.
  8. This module maps the NetWksta APIs.
  9. Author:
  10. Shanku Niyogi (W-ShankN) 16-Oct-1991
  11. Environment:
  12. User Mode - Win32
  13. Revision History:
  14. 16-Oct-1991 W-ShankN
  15. Separated from port1632.h, 32macro.h
  16. --*/
  17. DWORD
  18. MNetWkstaGetInfo(
  19. DWORD nLevel,
  20. LPVOID * ppbBuffer
  21. );