ReactOS 0.4.16-dev-550-g2186ce3
|
#include "net.h"
Go to the source code of this file.
Functions | |
NET_API_STATUS | EnumerateShares (VOID) |
NET_API_STATUS | DisplayShare (PWSTR pShareName) |
INT | cmdShare (INT argc, WCHAR **argv) |
Definition at line 94 of file cmdShare.c.
NET_API_STATUS DisplayShare | ( | PWSTR | pShareName | ) |
Definition at line 52 of file cmdShare.c.
Referenced by cmdShare().
NET_API_STATUS EnumerateShares | ( | VOID | ) |
Definition at line 12 of file cmdShare.c.
Referenced by cmdShare().