Home
last modified time | relevance | path

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

/reactos/dll/shellext/cabview/
H A Dextract.cpp77 static INT_PTR CabOpenEx(LPCWSTR path, UINT access, UINT share, UINT disp, UINT attr) in CabOpenEx() function
93 return CabOpenEx(buf, access, FILE_SHARE_READ, disp, FILE_ATTRIBUTE_NORMAL); in FNOPEN()
150 … INT_PTR handle = CabOpenEx(path, access, share, CREATE_NEW, attr | FILE_FLAG_SEQUENTIAL_SCAN); in FNFDINOTIFY()
204 …INT_PTR hf = quick ? -1 : CabOpenEx(cab, GENERIC_READ, share, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL… in ExtractCabinet()