NetUserGetGroups函数检索指定用户所属的全局组的列表。 语法 C++复制 NET_API_STATUS NET_API_FUNCTIONNetUserGetGroups( [in] LPCWSTR servername, [in] LPCWSTR username, [in] DWORD level, [out] LPBYTE *bufptr, [in] DWORD prefmaxlen, [out] LPDWORD entriesread, [out] LPDWORD totalentries ); ...
NetUserGetGroups 函数检索指定用户所属的全局组的列表。语法C++ 复制 NET_API_STATUS NET_API_FUNCTION NetUserGetGroups( [in] LPCWSTR servername, [in] LPCWSTR username, [in] DWORD level, [out] LPBYTE *bufptr, [in] DWORD prefmaxlen, [out] LPDWORD entriesread, [out] LPDWORD totalentries );...
NetUserGetGroups 函数检索指定用户所属的全局组的列表。语法C++ 复制 NET_API_STATUS NET_API_FUNCTION NetUserGetGroups( [in] LPCWSTR servername, [in] LPCWSTR username, [in] DWORD level, [out] LPBYTE *bufptr, [in] DWORD prefmaxlen, [out] LPDWORD entriesread, [out] LPDWORD totalentries );...