Microsoft DirectX 8.1 (C++) |
Changes the dirty flag for the current stream.
Syntax
HRESULT SetDirty(
BOOL fDirty
);
Parameters
fDirty
New dirty flag for this stream. TRUE means that the data has not been saved.
Return Value
Returns an HRESULT value.
See Also