OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LWSTDAPIV_
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shellapi.h
815
#define
LWSTDAPIV_
(type) EXTERN_C DECLSPEC_IMPORT type STDAPIVCALLTYPE
817
#define
LWSTDAPIV_
(type) STDAPIV_ (type)
820
LWSTDAPIV_
(int) ShellMessageBoxA (HINSTANCE hAppInst, HWND hWnd, LPCSTR lpcText, LPCSTR lpcTitle, UINT fuStyle,...);
821
LWSTDAPIV_
(int) ShellMessageBoxW (HINSTANCE hAppInst, HWND hWnd, LPCWSTR lpcText, LPCWSTR lpcTitle, UINT fuStyle,...);
shlwapi.h
27
#define
LWSTDAPIV_
(type) EXTERN_C DECLSPEC_IMPORT type STDAPIVCALLTYPE
32
#define
LWSTDAPIV_
(type) STDAPIV_(type)
103
LWSTDAPIV_
(int) wnsprintfA(LPSTR lpOut,int cchLimitIn,LPCSTR lpFmt,...);
104
LWSTDAPIV_
(int) wnsprintfW(LPWSTR lpOut,int cchLimitIn,LPCWSTR lpFmt,...);
[
all
...]
Completed in 742 milliseconds