Skip to content

Commit 8017686

Browse files
Fix NetUserGetLocalGroups definition (#872)
1 parent 01e7d2a commit 8017686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/um/lmaccess.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ extern "system" {
6161
) -> NET_API_STATUS;
6262
pub fn NetUserGetLocalGroups(
6363
servername: LPCWSTR,
64+
username: LPCWSTR,
6465
level: DWORD,
6566
flags: DWORD,
6667
bufptr: *mut LPBYTE,

0 commit comments

Comments
 (0)