Where is indicated ERROR_PENDING?

The MSDN documentation for CommitTransactionAsync indicates that it can generate an error code ERROR_PENDING. However, this error code does not seem to be defined in winerror.hnor any other header available from ktmw32.hor windows.h(using the version of the Windows SDK included with Visual Studio 2010). In fact, I cannot find a single file containing text ERROR_PENDINGanywhere in the Windows SDK 7.1; manually viewing the System Error Codes list also does not open it. Where can I find a definition for this elusive error code?

Experimentation shows CommitTransactionAsyncto create ERROR_SUCCESS- is this a simple question about incorrect documentation?

+3
source share
1 answer

This is a document error. The @flashk probability is correct: it can produce ERROR_IO_PENDING. Today I submit a mistake to the owner of the document. Thank!

+1
source

Source: https://habr.com/ru/post/1760824/


All Articles