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.
 
 
 
 
 
 

33 lines
536 B

/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
rxlgenum.h
Abstract:
Prototypes for down-level remoted RxNetLogonEnum routines
Author:
Richard Firth (rfirth) 28-May-1991
Revision History:
28-May-1991 RFirth
Created
--*/
NET_API_STATUS
RxNetLogonEnum(
IN LPTSTR ServerName,
IN DWORD Level,
OUT LPBYTE* Buffer,
IN DWORD BufLen,
OUT LPDWORD EntriesRead,
OUT LPDWORD EntriesLeft,
IN OUT LPDWORD ResumeHandle OPTIONAL
);