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.

33 lines
503 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. rxlgenum.h
  5. Abstract:
  6. Prototypes for down-level remoted RxNetLogonEnum routines
  7. Author:
  8. Richard Firth (rfirth) 28-May-1991
  9. Revision History:
  10. 28-May-1991 RFirth
  11. Created
  12. --*/
  13. NET_API_STATUS
  14. RxNetLogonEnum(
  15. IN LPTSTR ServerName,
  16. IN DWORD Level,
  17. OUT LPBYTE* Buffer,
  18. IN DWORD BufLen,
  19. OUT LPDWORD EntriesRead,
  20. OUT LPDWORD EntriesLeft,
  21. IN OUT LPDWORD ResumeHandle OPTIONAL
  22. );