IAMDevMemoryControl::QueryWriteSync
Checks if the memory supported by the allocator requires the use of the IAMDevMemoryControl::WriteSync method.
HRESULT QueryWriteSync( );
Return Values
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.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.