Share via


IAMDevMemoryControl::QueryWriteSync (Compact 2013)

3/26/2014

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

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMDevMemoryControl Interface