Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dfci.h172 typedef INT_PTR (__cdecl *PFNFCIOPEN) (char *pszFile, int oflag, int pmode, int *err, void *pv); typedef
242 PFNFCIOPEN, PFNFCIREAD, PFNFCIWRITE, PFNFCICLOSE,
/reactos/dll/win32/cabinet/
H A Dfci.c152 PFNFCIOPEN open;
1003 PFNFCIOPEN pfnopen, in FCICreate()