The NetServerTransportEnum function supplies information about transports that are managed by the server.
No special group membership is required to successfully execute NetServerTransportEnum.
NET_API_STATUS NetServerTransportEnum(
LPTSTR servername, | |
DWORD level, | |
LPBYTE *bufptr, | |
DWORD prefmaxlen, | |
LPDWORD entriesread, | |
LPDWORD totalentries, | |
LPDWORD resumehandle | |
); |
If the function returns account information, the return value is NERR_Success.
If the function fails, the return value is one of the following error codes.
Value |
Meaning |
ERROR_INVALID_LEVEL |
The value specified for the Level parameter is invalid. |
ERROR_MORE_DATA |
More entries are available with subsequent calls. |
ERROR_NOT_ENOUGH_MEMORY |
Insufficient memory is available. |
NERR_BufTooSmall |
The supplied buffer is too small. |