Skip to content

Commit 6c09cc1

Browse files
FindAllAsync(UserType,Status): use session-scoped language, drop unverified platform-specific claims
1 parent a5f4b3f commit 6c09cc1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

windows.system/user_findallasync_1333355945.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ When this method completes successfully, it returns a list (type [IVectorView](.
2626
> [!WARNING]
2727
> This overload is deprecated. Use [FindAllAsync](user_findallasync_326280522.md) or [GetDefault](user_getdefault_846721868.md) instead.
2828
29-
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.
29+
This method returns users who are currently signed in to the same session as the calling application. It does not enumerate all accounts stored on the device.
30+
31+
To get the user running the current process directly, use [GetDefault](user_getdefault_846721868.md) (available from Windows 10, version 2104).
3032

3133
## -examples
3234

3335
## -see-also
34-
| [FindAllAsync](user_findallasync_326280522.md)
35-
| [FindAllAsync(UserType)](user_findallasync_711678667.md)
36+
[FindAllAsync](user_findallasync_326280522.md), [FindAllAsync(UserType)](user_findallasync_711678667.md)

0 commit comments

Comments
 (0)