Searched refs:PFNOPEN (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | fdi.h | 208 typedef INT_PTR (__cdecl *PFNOPEN) (char *pszFile, int oflag, int pmode); typedef 275 HFDI __cdecl FDICreate(PFNALLOC, PFNFREE, PFNOPEN, PFNREAD, PFNWRITE,
|
/reactos/dll/directx/wine/d3dxof/ |
H A D | mszip.h | 34 PFNOPEN pfnopen;
|
/reactos/base/applications/rapps/ |
H A D | cabinet.cpp | 240 typedef HFDI (*fnFDICreate)(PFNALLOC, PFNFREE, PFNOPEN, PFNREAD, PFNWRITE, PFNCLOSE, PFNSEEK, int, …
|
/reactos/dll/win32/setupapi/ |
H A D | setupcab.c | 37 static HFDI (__cdecl *sc_FDICreate)(PFNALLOC, PFNFREE, PFNOPEN,
|
/reactos/dll/win32/cabinet/ |
H A D | fdi.c | 118 PFNOPEN open; 415 PFNOPEN pfnopen, in FDICreate()
|