HomeSort by relevance Sort by last modified time
    Searched refs:LPWSTR (Results 276 - 300 of 329) sorted by null

<<11121314

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bcrypt.h 464 LPWSTR pszName;
470 LPWSTR pszProviderName;
msacm.h 425 LPWSTR pszName;
617 LPWSTR pszName;
tspi.h 140 LONG WINAPI TSPI_lineGatherDigits(HDRVCALL hdCall,DWORD dwEndToEndID,DWORD dwDigitModes,LPWSTR lpsDigits,DWORD dwNumDigits,LPCWSTR lpszTerminationDigits,DWORD dwFirstDigitTimeout,DWORD dwInterDigitTimeout);
233 LONG WINAPI TSPI_providerUIIdentify(LPWSTR lpszUIDLLName);
urlhist.h 72 LPWSTR pwcsUrl;
73 LPWSTR pwcsTitle;
iketypes.h 282 LPWSTR certName;
mapidefs.h 49 typedef WCHAR *LPWSTR;
300 LPWSTR *lppszW;
320 LPWSTR lpszW;
623 LPWSTR lpwstrName;
    [all...]
portabledevicetypes.h 107 LPWSTR *pValue) = 0;
292 LPWSTR *pValue);
541 static FORCEINLINE HRESULT IPortableDeviceValues_GetStringValue(IPortableDeviceValues* This,REFPROPERTYKEY key,LPWSTR *pValue) {
699 LPWSTR *pValue);
    [all...]
wabdefs.h 51 typedef WCHAR *LPWSTR;
297 LPWSTR *lppszW;
317 LPWSTR lpszW;
624 LPWSTR lpwstrName;
    [all...]
ws2tcpip.h 432 WINSOCK_API_LINKAGE LPCWSTR WSAAPI InetNtopW(INT Family, PVOID pAddr, LPWSTR pStringBuf, size_t StringBufSIze);
fusion.h 127 LPWSTR pszCurrentAssemblyPathBuf;
    [all...]
wmcontainer.h     [all...]
tapi.h     [all...]
mfapi.h 124 STDAPI MFGetWorkQueueMMCSSClass (DWORD dwWorkQueueId, LPWSTR pwszClass, DWORD *pcchClass);
280 STDAPI MFTRegister (CLSID clsidMFT, GUID guidCategory, LPWSTR pszName, UINT32 Flags, UINT32 cInputTypes, MFT_REGISTER_TYPE_INFO *pInputTypes, UINT32 cOutputTypes, MFT_REGISTER_TYPE_INFO *pOutputTypes, IMFAttributes *pAttributes);
283 STDAPI MFTGetInfo (CLSID clsidMFT, LPWSTR *pszName, MFT_REGISTER_TYPE_INFO **ppInputTypes, UINT32 *pcInputTypes, MFT_REGISTER_TYPE_INFO **ppOutputTypes, UINT32 *pcOutputTypes, IMFAttributes **ppAttributes);
    [all...]
oleacc.h 117 STDAPI_(UINT) GetRoleTextW(DWORD lRole,LPWSTR lpszRole,UINT cchRoleMax);
119 STDAPI_(UINT) GetStateTextW(DWORD lStateBit,LPWSTR lpszState,UINT cchState);
130 LPWSTR pszWText;
    [all...]
mlang.h     [all...]
ntsecapi.h     [all...]
propidl.h 175 LPWSTR *pElems;
234 LPWSTR pwszVal;
408 LPOLESTR lpwstr; member in union:tagPROPSPEC::__anon59653
    [all...]
sqlext.h     [all...]
strmif.h 588 LPWSTR *Id) = 0;
666 LPWSTR *Id);
757 static FORCEINLINE HRESULT IPin_QueryId(IPin* This,LPWSTR *Id) {
845 LPWSTR *Id);
    [all...]
icm.h 553 LPWSTR pProfileName
mfplay.h 87 STDMETHOD_(HRESULT,GetURL)(THIS_ LPWSTR *ppwszURL) PURE;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 801 LPWSTR Buffer,
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 803 LPWSTR Buffer,
  /external/lzma/CPP/Common/
MyString.cpp 106 wchar_t *res = CharUpperW((LPWSTR)(UINT_PTR)(unsigned)c);
123 wchar_t *res = CharLowerW((LPWSTR)(UINT_PTR)(unsigned)c);
MyString.h 129 return (wchar_t)(unsigned)(UINT_PTR)CharUpperW((LPWSTR)(UINT_PTR)(unsigned)c);
148 return (wchar_t)(unsigned)(UINT_PTR)CharLowerW((LPWSTR)(UINT_PTR)(unsigned)c);

Completed in 3339 milliseconds

<<11121314