Share via


IAMDevMemoryControl::QueryWriteSync (Windows Embedded CE 6.0)

1/6/2010

This method checks if the memory supported by the allocator requires the use of the IAMDevMemoryControl::WriteSync method.

Syntax

HRESULT QueryWriteSync( );

Return Value

Returns S_OK if the method is required, or S_FALSE otherwise.

Remarks

Not all on-board memory needs to have WriteSync called to synchronize with the completed write. This method is used to check if the call is necessary.

Requirements

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

IAMDevMemoryControl Interface