Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqmgr.h127 virtual HRESULT WINAPI GetFileCount(DWORD *pdwFileCount) = 0;
142 HRESULT (WINAPI *GetFileCount)(IBackgroundCopyJob1 *This,DWORD *pdwFileCount);
159 #define IBackgroundCopyJob1_GetFileCount(This,pdwFileCount) (This)->lpVtbl->GetFileCount(This,pdwFi… argument
174 …ESULT WINAPI IBackgroundCopyJob1_GetFileCount_Proxy(IBackgroundCopyJob1 *This,DWORD *pdwFileCount);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqmgr.h127 virtual HRESULT WINAPI GetFileCount(DWORD *pdwFileCount) = 0;
142 HRESULT (WINAPI *GetFileCount)(IBackgroundCopyJob1 *This,DWORD *pdwFileCount);
159 #define IBackgroundCopyJob1_GetFileCount(This,pdwFileCount) (This)->lpVtbl->GetFileCount(This,pdwFi… argument
174 …ESULT WINAPI IBackgroundCopyJob1_GetFileCount_Proxy(IBackgroundCopyJob1 *This,DWORD *pdwFileCount);
/dports/games/wargus/wargus-3.2.0/StormLib/test/
H A DStormTest.cpp1588 DWORD * pdwFileCount = NULL, in SearchArchive() argument
1672 if(pdwFileCount != NULL) in SearchArchive()
1673 pdwFileCount[0] = dwFileCount; in SearchArchive()