GetNextUmsListItem function
Returns the next user-mode scheduling (UMS) thread context in a list of thread contexts.
Syntax
PUMS_CONTEXT WINAPI GetNextUmsListItem( _Inout_ PUMS_CONTEXT UmsContext );
Parameters
- UmsContext [in, out]
-
A pointer to a UMS context in a list of thread contexts. This list is retrieved by the DequeueUmsCompletionListItems function.
Return value
If the function succeeds, it returns a pointer to the next thread context in the list.
If there is no thread context after the context specified by the UmsContext parameter, the function returns NULL. To get extended error information, call GetLastError.
Requirements
|
Minimum supported client |
Windows 7 (64-bit only) [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also