Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The wiasFreePropContext function releases the memory occupied by a WIA_PROPERTY_CONTEXT structure.
Syntax
HRESULT wiasFreePropContext(
[in, out] WIA_PROPERTY_CONTEXT *pContext
);
Parameters
[in, out] pContext
Pointer to a WIA_PROPERTY_CONTEXT structure that contains a property context.
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 codes.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | wiamdef.h (include Wiamdef.h) |
Library | Wiaservc.lib |
DLL | Wiaservc.dll |