/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
elscore.h | 22 LPWSTR pszDescription; 104 LPWSTR pszDescription;
|
appmgmt.h | 85 LPWSTR pszDescription;
|
oleacc.h | 350 BSTR *pszDescription) = 0; 492 BSTR *pszDescription); 595 #define IAccessible_get_accDescription(This,varID,pszDescription) (This)->lpVtbl->get_accDescription(This,varID,pszDescription) 651 static FORCEINLINE HRESULT IAccessible_get_accDescription(IAccessible* This,VARIANT varID,BSTR *pszDescription) { 652 return This->lpVtbl->get_accDescription(This,varID,pszDescription); 750 BSTR *pszDescription); [all...] |
ncrypt.h | 340 LPCWSTR pszDescription;
|
userenv.h | 234 USERENVAPI HRESULT WINAPI CreateAppContainerProfile (PCWSTR pszAppContainerName, PCWSTR pszDisplayName, PCWSTR pszDescription, PSID_AND_ATTRIBUTES pCapabilities, DWORD dwCapabilityCount, PSID *ppSidAppContainerSid);
|
shobjidl.h | [all...] |
strmif.h | [all...] |
sapi53.h | [all...] |
sapi54.h | [all...] |
/external/lzma/CPP/7zip/UI/FileManager/ |
MyWindowsNew.h | 67 STDMETHOD(SetOverlayIcon)(HWND hwnd, HICON hIcon, LPCWSTR pszDescription) = 0;
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTPrint3D.h | 198 @param[in] pszDescription Description to display 207 EPVRTError DisplayDefaultTitle(const char * const pszTitle, const char * const pszDescription, const unsigned int uDisplayLogo);
|
PVRTPrint3D.cpp | 665 EPVRTError CPVRTPrint3D::DisplayDefaultTitle(const char * const pszTitle, const char * const pszDescription, const unsigned int uDisplayLogo) 685 if(pszDescription) 691 if(Print3D(0.0f, fY, 0.8f, PVRTRGBA(255, 255, 255, 255), pszDescription) != PVR_SUCCESS) [all...] |