Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/
H A Dmmsystem.h64 MMRESULT WINAPI waveInAddBuffer(HWAVEIN,LPWAVEHDR,UINT);
65 MMRESULT WINAPI waveInClose(HWAVEIN);
66 MMRESULT WINAPI waveInGetDevCapsA(UINT,LPWAVEINCAPSA,UINT);
67 MMRESULT WINAPI waveInGetNumDevs(void);
68 MMRESULT WINAPI waveInOpen(HWAVEIN*,UINT,WAVEFORMATEX*,DWORD*,DWORD*,DWORD);
69 MMRESULT WINAPI waveInPrepareHeader(HWAVEIN,LPWAVEHDR,UINT);
70 MMRESULT WINAPI waveInReset(HWAVEIN);
71 MMRESULT WINAPI waveInStart(HWAVEIN);
72 MMRESULT WINAPI waveOutClose(HWAVEOUT);
73 MMRESULT WINAPI waveOutGetDevCapsA(UINT,LPWAVEOUTCAPSA,UINT);
[all …]
H A Dwindows.h16 #define WINAPI macro
/OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/
H A Dinternal.h83 typedef wBOOL WINAPI (*ADDCLIPBOARDFORMATLISTENERPROC)(HWND hwnd);
84 typedef wBOOL WINAPI (*REMOVECLIPBOARDFORMATLISTENERPROC)(HWND hwnd);
/OK3568_Linux_fs/u-boot/include/
H A Dbzlib.h132 # define BZ_API(func) WINAPI func
136 # define BZ_API(func) (WINAPI * func)
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinos.c34 typedef BOOL (WINAPI *LPFN_ISWOW64PROCESS)(HANDLE, PBOOL);
H A Dddraw.h1070 HRESULT WINAPI DirectDrawEnumerateExA(LPDDENUMCALLBACKEXA lpCallback,
1072 HRESULT WINAPI DirectDrawEnumerateExW(LPDDENUMCALLBACKEXW lpCallback,
2309 HRESULT WINAPI DirectDrawCreate(LPGUID, LPDIRECTDRAW *, LPUNKNOWN);
2310 HRESULT WINAPI DirectDrawCreateEx(LPGUID, LPVOID *, REFIID, LPUNKNOWN);
2311 HRESULT WINAPI DirectDrawEnumerateA(LPDDENUMCALLBACKA, LPVOID);
2312 HRESULT WINAPI DirectDrawEnumerateW(LPDDENUMCALLBACKW, LPVOID);
2315 HRESULT WINAPI DirectDrawCreateClipper(DWORD, LPDIRECTDRAWCLIPPER *,
H A DInitOutput.c54 typedef WINAPI HRESULT(*SHGETFOLDERPATHPROC) (HWND hwndOwner,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzconf.h336 # define ZEXPORT WINAPI
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzconf.h336 # define ZEXPORT WINAPI
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzconf.h336 # define ZEXPORT WINAPI
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzconf.h336 # define ZEXPORT WINAPI
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h276 # define ZEXPORT WINAPI
/OK3568_Linux_fs/external/xserver/
H A DChangeLog93317 Cygwin/X: Decorate function pointers retrieved via GetProcAddress with WINAPI
93320 missing it with WINAPI, to ensure stdcall convention is used when calling them.