IDStorageQueueX::GetErrorEvent

Obtains an event to wait on.

Syntax

HANDLE GetErrorEvent(  
)  

Parameters

This method has no parameters.

Return value

Type: HANDLE

HANDLE to an event.

Remarks

When an error occurs for a read request in this queue, the event will be signalled. Call IDStorageQueueX::RetrieveErrorRecord to retrieve diagnostic information. Call CloseHandle after the title no longer needs the event.

For more information, see the "GetErrorEvent/RetrieveErrorRecord" section in DirectStorage Overview.

Requirements

Header: dstorage_xs.h

Library: dstorage_xs.lib

Supported platforms: Xbox Series consoles

See also

IDStorageQueueX
DStorage