#include "precomp.h"Go to the source code of this file.
Functions | |
| NTSTATUS | ConsoleAddShare (IN ACCESS_MASK DesiredAccess, IN ULONG DesiredShareAccess, IN OUT PCONSOLE_SHARE_ACCESS ShareAccess, IN OUT PHANDLE_DATA HandleData) |
| NTSTATUS | ConsoleDupShare (IN ACCESS_MASK DesiredAccess, IN ULONG DesiredShareAccess, IN OUT PCONSOLE_SHARE_ACCESS ShareAccess, IN OUT PHANDLE_DATA TargetHandleData) |
| NTSTATUS | ConsoleRemoveShare (IN ULONG DesiredAccess, IN ULONG DesiredShareAccess, IN OUT PCONSOLE_SHARE_ACCESS ShareAccess) |
|
||||||||||||||||||||
|
Definition at line 25 of file share.c. Referenced by InitializeIoHandleTable(), ReadChars(), SrvCreateConsoleScreenBuffer(), and SrvOpenConsole().
|
|
||||||||||||||||||||
|
Definition at line 95 of file share.c. Referenced by InheritIoHandleTable(), and SrvDuplicateHandle().
|
|
||||||||||||||||
|
Definition at line 138 of file share.c. Referenced by CloseInputHandle(), and CloseOutputHandle().
|
1.3.7