Skip to content

Commit 549dd91

Browse files
Windows.System.User.FindAllAsync(UserType): add Remarks (scope, current user guidance) - fixes #1144, #1742
1 parent a8a3b96 commit 549dd91

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

windows.system/user_findallasync_711678667.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ The type of users to find.
2020
When this method completes successfully, it returns a list (type [IVectorView](../windows.foundation.collections/ivectorview_1.md)) of [Users](user.md).
2121

2222
## -remarks
23+
On desktop platforms, this method returns at most one user—the interactive user associated with the caller's current session. On Xbox, the list may contain multiple users when more than one user is signed in simultaneously. The method does not enumerate all accounts stored on the device.
24+
25+
To get the user running the current process directly, use [GetDefault](user_getdefault_846721868.md) (available from Windows 10, version 2104).
2326

2427
## -examples
2528

2629
## -see-also
27-
[FindAllAsync](user_findallasync_326280522.md), [FindAllAsync(UserType, UserAuthenticationStatus)](user_findallasync_1333355945.md)
30+
[FindAllAsync](user_findallasync_326280522.md), [FindAllAsync(UserType, UserAuthenticationStatus)](user_findallasync_1333355945.md)

0 commit comments

Comments
 (0)