Home
last modified time | relevance | path

Searched refs:full_path_name_len (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/ole32/
H A Dfilemoniker.c1467 DWORD full_path_name_len; in FileMoniker_CreateFromDisplayName() local
1507 full_path_name_len = GetFullPathNameW(file_display_name, 0, NULL, NULL); in FileMoniker_CreateFromDisplayName()
1508 if (!full_path_name_len) in FileMoniker_CreateFromDisplayName()
1514 full_path_name = HeapAlloc(GetProcessHeap(), 0, full_path_name_len * sizeof(WCHAR)); in FileMoniker_CreateFromDisplayName()
1521 GetFullPathNameW(file_display_name, full_path_name_len, full_path_name, NULL); in FileMoniker_CreateFromDisplayName()