Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dfdi.h208 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 Dmszip.h34 PFNOPEN pfnopen;
/reactos/base/applications/rapps/
H A Dcabinet.cpp240 typedef HFDI (*fnFDICreate)(PFNALLOC, PFNFREE, PFNOPEN, PFNREAD, PFNWRITE, PFNCLOSE, PFNSEEK, int, …
/reactos/dll/win32/setupapi/
H A Dsetupcab.c37 static HFDI (__cdecl *sc_FDICreate)(PFNALLOC, PFNFREE, PFNOPEN,
/reactos/dll/win32/cabinet/
H A Dfdi.c118 PFNOPEN open;
415 PFNOPEN pfnopen, in FDICreate()