SERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sercx.h

typedef enum _SERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS {
  SerCx2CustomReceiveTransactionNoProgress,
  SerCx2CustomReceiveTransactionBytesTransferred
} SERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS, *PSERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-sercx-_sercx2_custom_receive_transaction_progress)

_SERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS enumeration

Description

The SERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS enumeration defines constants that indicate whether process is being made toward completing a custom-receive transaction.

Constants

SerCx2CustomReceiveTransactionNoProgress

No progress is being made. This value indicates that no data bytes have been transferred in the current custom-receive transaction since either the previous progress report or the start of the transaction, whichever is more recent.

SerCx2CustomReceiveTransactionBytesTransferred

Progress is being made. This value indicates that one or more bytes of data have been transferred in the current custom-receive transaction since either the previous progress report or the start of the transaction, whichever is more recent.

Remarks

The constants in this enumeration are used by the SerCx2CustomReceiveTransactionReportProgress method.

See also

SerCx2CustomReceiveTransactionReportProgress