Searched refs:contentsLength (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/shellext/ntobjshex/ |
H A D | regfolder.cpp | 216 if (info->contentsLength > 0) in GetDetailsEx() 293 if (info->contentsLength > 0) in GetDetailsOf() 297 return MakeStrRetFromString(td, info->contentsLength, &(psd->str)); in GetDetailsOf() 419 if (first->contentsLength == 0 || second->contentsLength == 0) in CompareIDs() 420 return (first->contentsLength == 0) ? S_GREATERTHAN : S_LESSTHAN; in CompareIDs() 512 PWSTR strValue = (PWSTR)CoTaskMemAlloc(contentsLength + sizeof(WCHAR)); in FormatValueData() 513 StringCbCopyNW(strValue, contentsLength + sizeof(WCHAR), (LPCWSTR)td, contentsLength); in FormatValueData() 575 DWORD bufferLength = (contentsLength * 3 + 1) * sizeof(WCHAR); in FormatValueData() 579 for (DWORD i = 0; i < contentsLength; i++) in FormatValueData() 607 if (info->contentsLength > 0) in FormatContentsForDisplay() [all …]
|
H A D | ntobjenum.cpp | 395 entry->contentsLength = cchClass * sizeof(WCHAR); in NextKey() 396 StringCbCopyNW(contentData, remainingSpace, className, entry->contentsLength); in NextKey() 398 entry->cb += entry->contentsLength + sizeof(WCHAR); in NextKey() 460 entry->contentsLength = dataSize; in NextValue() 467 entry->cb += entry->contentsLength + sizeof(WCHAR); in NextValue() 471 entry->contentsLength = 0; in NextValue()
|
H A D | ntobjenum.h | 74 USHORT contentsLength; member
|
H A D | regfolder.h | 109 … HRESULT FormatValueData(DWORD contentType, PVOID td, DWORD contentsLength, PCWSTR * strContents);
|
H A D | ntobjfolder.h | 113 … HRESULT FormatValueData(DWORD contentType, PVOID td, DWORD contentsLength, PCWSTR * strContents);
|