ICharacterView::PreventUpdates

Blocks/Unblocks specific events.

   

HRESULT PreventUpdates( DWORD updateFlags, BOOL bPrevent );

Parameters

updateFlags
[in] Can be one or more of the PreventUpdateFlags values.
bPrevent
[in] A non-zero value will increment the block count, zero will decrement it.

Return Values

Remarks

This function must be called once with a bPrevent parameter value of FALSE for every call made to it with TRUE.

See Also

PreventUpdateFlags

Copyright © 2004-2010 Fragmosoft