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.
|
|
/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
rxchdev.h
Abstract:
Prototypes for down-level remoted RxNetCharDev routines
Author:
Richard Firth (rfirth) 28-May-1991
Revision History:
28-May-1991 rfirth Created
--*/
NET_API_STATUS RxNetCharDevControl( IN LPTSTR ServerName, IN LPTSTR DeviceName, IN DWORD Opcode );
NET_API_STATUS RxNetCharDevEnum( IN LPTSTR ServerName, IN DWORD Level, OUT LPBYTE* Buffer, IN DWORD PrefMaxLen, OUT LPDWORD EntriesRead, OUT LPDWORD EntriesLeft, IN OUT LPDWORD ResumeHandle OPTIONAL );
NET_API_STATUS RxNetCharDevGetInfo( IN LPTSTR ServerName, IN LPTSTR DeviceName, IN DWORD Level, OUT LPBYTE* Buffer );
|