// wiamdef.h
HRESULT wiasFreePropContext(
[in, out] WIA_PROPERTY_CONTEXT *pContext
);
View the official Windows Driver Kit DDI referenceNo description available.
The wiasFreePropContext function releases the memory occupied by a WIA_PROPERTY_CONTEXT structure.
pContext [in, out]Pointer to a WIA_PROPERTY_CONTEXT structure that contains a property context.
On success, the function returns S_OK.
If the function fails, it returns a standard COM error or one of the WIA error codes.