Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DeleteUmsCompletionList function

Deletes the specified user-mode scheduling (UMS) completion list. The list must be empty.

Syntax


BOOL WINAPI DeleteUmsCompletionList(
  _In_ PUMS_COMPLETION_LIST UmsCompletionList
);

Parameters

UmsCompletionList [in]

A pointer to the UMS completion list to be deleted. The CreateUmsCompletionList function provides this pointer.

Return value

If the function succeeds, it returns a nonzero value.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks

If the completion list is shared, the caller is responsible for ensuring that no active UMS thread holds a reference to the list before deleting it.

Requirements

Minimum supported client

Windows 7 (64-bit only) [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WinBase.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

 

 

Show:
© 2017 Microsoft