Add comments to functions that are not implemented.
pcbRead->QuadPart = 0;
if (pcbWritten)
pcbWritten->QuadPart = 0;
+
+ /* TODO implement */
return E_NOTIMPL;
}
TRACE("(%p)\n",This);
+ /* commit not supported by this stream */
return E_NOTIMPL;
}
TRACE("(%p)\n",This);
+ /* revert not supported by this stream */
return E_NOTIMPL;
}
TRACE("(%p)\n",This);
+ /* lock/unlock not supported by this stream */
return E_NOTIMPL;
}
ISHRegStream *This = (ISHRegStream *)iface;
TRACE("(%p)\n",This);
- if (ppstm)
- *ppstm = NULL;
+ *ppstm = NULL;
+
+ /* clone not supported by this stream */
return E_NOTIMPL;
}