|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include "net.h"
Go to the source code of this file.
Functions | |
| static VOID | SecondsToDurationString (_Out_ PWSTR DurationString, _In_ size_t DurationStringSize, _In_ DWORD dwDuration) |
| NET_API_STATUS | EnumSessions (_In_ PWSTR pszComputerName, _In_ BOOL bList) |
| INT | cmdSession (_In_ INT argc, _In_ WCHAR **argv) |
Definition at line 91 of file cmdSession.c.
| NET_API_STATUS EnumSessions | ( | _In_ PWSTR | pszComputerName, |
| _In_ BOOL | bList | ||
| ) |
Definition at line 29 of file cmdSession.c.
Referenced by cmdSession(), and DECLARE_INTERFACE_().
|
static |
Definition at line 12 of file cmdSession.c.
Referenced by EnumSessions().