windows-nt/Source/XPSP1/NT/ds/netapi/inc/rxchdev.h
2020-09-26 16:20:57 +08:00

49 lines
775 B
C

/*++
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
);