Searched refs:rootentryW (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/ole32/ |
H A D | storage32.c | 4764 static const WCHAR rootentryW[] = {'R','o','o','t',' ','E','n','t','r','y',0}; in StorageImpl_Refresh() local 4770 lstrcpyW(rootEntry.name, rootentryW); in StorageImpl_Refresh() 4771 rootEntry.sizeOfNameString = sizeof(rootentryW); in StorageImpl_Refresh()
|