AcpHalReleaseShapeContexts

Releases SHAPE and XMA context arrays.

Syntax

HRESULT AcpHalReleaseShapeContexts(
         void
)  

Parameters

Type: void 

This method takes no parameters.

Return value

Type: HRESULT 

If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.

Return codes
Return code Description
ACP_E_NOT_ALLOCATED The context arrays have not been allocated.

Remarks

Refer to the remarks for AcpHalAllocateShapeContexts.

Requirements

Header: Declared in acphal.h.

Library: Use acphal.lib.