wiasSendEndOfPage - NtDoc

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

HRESULT wiasSendEndOfPage(
  [in]      BYTE                      *pWiasContext,
            LONG                      lPageCount,
  [in, out] PMINIDRV_TRANSFER_CONTEXT pmdtc
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wiamdef-wiassendendofpage)

wiasSendEndOfPage function

Description

The wiasSendEndOfPage function calls the client callback routine during a data transfer, sending the current total page count.

Parameters

pWiasContext [in]

Pointer to a WIA item context.

lPageCount

Specifies the total page count.

pmdtc [in, out]

Pointer to a MINIDRV_TRANSFER_CONTEXT structure.

Return value

On success, the function returns S_OK. If the function fails, it returns a standard COM error or one of the WIA_ERROR_XXX errors (described in the Microsoft Windows SDK documentation).

See also

MINIDRV_TRANSFER_CONTEXT