wiasFreePropContext - NtDoc

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

HRESULT wiasFreePropContext(
  [in, out] WIA_PROPERTY_CONTEXT *pContext
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

wiasFreePropContext function

Description

The wiasFreePropContext function releases the memory occupied by a WIA_PROPERTY_CONTEXT structure.

Parameters

pContext [in, out]

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.

See also

WIA_PROPERTY_CONTEXT

wiasCreatePropContext