{
FileMonikerImpl *This = impl_from_IMoniker(iface);
TRACE("(%p,%p)\n",iface,pcbSize);
if (!pcbSize)
returnE_POINTER;
/* We could calculate exactly (see ...::Save()) but instead * we'll make a quick over-estimate, like Windows (NT4, XP) does. */
pcbSize->u.LowPart = 0x38 + 4 * lstrlenW(This->filePathName);
pcbSize->u.HighPart = 0;
returnS_OK;
}
Generated on Sat May 26 2012 05:14:37 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.