// wiamdef.h
HRESULT wiasUpdateValidFormat(
[in] BYTE *pWiasContext,
[in] WIA_PROPERTY_CONTEXT *pContext,
[in] IWiaMiniDrv *pIMiniDrv
);
View the official Windows Driver Kit DDI referenceNo description available.
The wiasUpdateValidFormat function updates the valid format of the property context for the current minidriver.
pWiasContext [in]Pointer to a WIA item context.
pContext [in]Pointer to a WIA_PROPERTY_CONTEXT structure containing a property context.
pIMiniDrv [in]Pointer to the IWiaMiniDrv Interface of the current minidriver.
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).