HomeSort by relevance Sort by last modified time
    Searched refs:pszName (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpedit.h 55 STDMETHOD(GetName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
56 STDMETHOD(GetDisplayName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
85 STDMETHOD(GetName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
86 STDMETHOD(GetDisplayName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
87 STDMETHOD(SetDisplayName) (THIS_ LPOLESTR pszName) PURE;
95 STDMETHOD(GetMachineName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
108 STDMETHOD(GetNamespace) (THIS_ DWORD dwSection,LPOLESTR pszName,int cchMaxLength) PURE;
wsdutil.h 90 const WCHAR *pszName,
ncrypt.h 89 LPWSTR pszName;
104 LPWSTR pszName;
111 LPWSTR pszName;
schemadef.h 14 LPCWSTR pszName;
shtypes.h 114 LPCWSTR pszName;
aclui.h 61 LPCWSTR pszName;
73 LPCWSTR pszName;
fci.h 191 typedef INT_PTR (DIAMONDAPI *PFNFCIGETOPENINFO)(char *pszName,USHORT *pdate,USHORT *ptime,USHORT *pattribs,int *err,void *pv);
192 #define FNFCIGETOPENINFO(fn) INT_PTR DIAMONDAPI fn(char *pszName,USHORT *pdate,USHORT *ptime,USHORT *pattribs,int *err,void *pv)
wmiutils.h 190 virtual HRESULT WINAPI SetNamespaceAt(ULONG uIndex,LPCWSTR pszName) = 0;
202 virtual HRESULT WINAPI GetClassName(ULONG *puBuffLength,LPWSTR pszName) = 0;
223 HRESULT (WINAPI *SetNamespaceAt)(IWbemPath *This,ULONG uIndex,LPCWSTR pszName);
235 HRESULT (WINAPI *GetClassName)(IWbemPath *This,ULONG *puBuffLength,LPWSTR pszName);
258 #define IWbemPath_SetNamespaceAt(This,uIndex,pszName) (This)->lpVtbl->SetNamespaceAt(This,uIndex,pszName)
270 #define IWbemPath_GetClassName(This,puBuffLength,pszName) (This)->lpVtbl->GetClassName(This,puBuffLength,pszName)
292 HRESULT WINAPI IWbemPath_SetNamespaceAt_Proxy(IWbemPath *This,ULONG uIndex,LPCWSTR pszName);
316 HRESULT WINAPI IWbemPath_GetClassName_Proxy(IWbemPath *This,ULONG *puBuffLength,LPWSTR pszName);
    [all...]
windns.h 776 DNS_STATUS WINAPI DnsQuery_A(PCSTR pszName,WORD wType,DWORD Options,PIP4_ARRAY aipServers,PDNS_RECORD *ppQueryResults,PVOID *pReserved);
777 DNS_STATUS WINAPI DnsQuery_UTF8(PCSTR pszName,WORD wType,DWORD Options,PIP4_ARRAY aipServers,PDNS_RECORD *ppQueryResults,PVOID *pReserved);
778 DNS_STATUS WINAPI DnsQuery_W(PCWSTR pszName,WORD wType,DWORD Options,PIP4_ARRAY aipServers,PDNS_RECORD *ppQueryResults,PVOID *pReserved);
814 DNS_STATUS DnsValidateName_UTF8(LPCSTR pszName,DNS_NAME_FORMAT Format);
816 DNS_STATUS DnsValidateName_A(LPCSTR pszName,DNS_NAME_FORMAT Format);
825 WINBOOL WINAPI DnsWriteQuestionToBuffer_W(PDNS_MESSAGE_BUFFER pDnsBuffer,PDWORD pdwBufferSize,LPWSTR pszName,WORD wType,WORD Xid,WINBOOL fRecursionDesired);
826 WINBOOL WINAPI DnsWriteQuestionToBuffer_UTF8(PDNS_MESSAGE_BUFFER pDnsBuffer,LPDWORD pdwBufferSize,LPSTR pszName,WORD wType,WORD Xid,WINBOOL fRecursionDesired);
shdeprecated.h 304 virtual HRESULT WINAPI SetTitle(IShellView *psv,LPCWSTR pszName) = 0;
305 virtual HRESULT WINAPI GetTitle(IShellView *psv,LPWSTR pszName,DWORD cchName) = 0;
341 HRESULT (WINAPI *SetTitle)(IBrowserService *This,IShellView *psv,LPCWSTR pszName);
342 HRESULT (WINAPI *GetTitle)(IBrowserService *This,IShellView *psv,LPWSTR pszName,DWORD cchName);
380 #define IBrowserService_SetTitle(This,psv,pszName) (This)->lpVtbl->SetTitle(This,psv,pszName)
381 #define IBrowserService_GetTitle(This,psv,pszName,cchName) (This)->lpVtbl->GetTitle(This,psv,pszName,cchName)
413 HRESULT WINAPI IBrowserService_SetTitle_Proxy(IBrowserService *This,IShellView *psv,LPCWSTR pszName);
415 HRESULT WINAPI IBrowserService_GetTitle_Proxy(IBrowserService *This,IShellView *psv,LPWSTR pszName,DWORD cchName)
    [all...]
oleacc.h 342 BSTR *pszName) = 0;
409 BSTR pszName) = 0;
482 BSTR *pszName);
565 BSTR pszName);
593 #define IAccessible_get_accName(This,varID,pszName) (This)->lpVtbl->get_accName(This,varID,pszName)
609 #define IAccessible_put_accName(This,varID,pszName) (This)->lpVtbl->put_accName(This,varID,pszName)
645 static FORCEINLINE HRESULT IAccessible_get_accName(IAccessible* This,VARIANT varID,BSTR *pszName) {
646 return This->lpVtbl->get_accName(This,varID,pszName);
    [all...]
shobjidl.h 940 virtual HRESULT WINAPI SetNameOf(HWND hwnd,LPCITEMIDLIST pidl,LPCOLESTR pszName,SHGDNF uFlags,LPITEMIDLIST *ppidlOut) = 0;
957 HRESULT (WINAPI *SetNameOf)(IShellFolder *This,HWND hwnd,LPCITEMIDLIST pidl,LPCOLESTR pszName,SHGDNF uFlags,LPITEMIDLIST *ppidlOut);
    [all...]
dsadmin.h 42 STDMETHOD(CreateNew)(THIS_ LPCWSTR pszName) PURE;
msacm.h 406 LPSTR pszName;
425 LPWSTR pszName;
598 LPSTR pszName;
617 LPWSTR pszName;
wspiapi.h 46 char const *pszName;
dvbsiparser.h     [all...]
dsclient.h 86 LPWSTR pszName;
shlobj.h 204 STDMETHOD(GetCommandString)(THIS_ UINT_PTR idCmd,UINT uType,UINT *pwReserved,LPSTR pszName,UINT cchMax) PURE;
217 STDMETHOD(GetCommandString)(THIS_ UINT_PTR idCmd,UINT uType,UINT *pwReserved,LPSTR pszName,UINT cchMax) PURE;
231 STDMETHOD(GetCommandString)(THIS_ UINT_PTR idCmd,UINT uType,UINT *pwReserved,LPSTR pszName,UINT cchMax) PURE;
551 STDMETHOD(GetName)(THIS_ LPSTR pszName,int cchName) PURE;
565 STDMETHOD(GetName)(THIS_ LPWSTR pszName,int cchName) PURE;
    [all...]
  /external/e2fsprogs/intl/
os2compat.c 29 extern unsigned long DosScanEnv (const unsigned char *pszName, unsigned char **ppszValue);
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
sink_filter_ds.h 43 IN LPCWSTR pszName);
sink_filter_ds.cc 42 IN LPCWSTR pszName)
43 : CBaseInputPin (szName, pFilter, pLock, pHr, pszName),
  /external/chromium_org/third_party/power_gadget/
PowerGadgetLib.cpp 196 bool CIntelPowerGadgetLib::GetMsrName(int iMsr, wchar_t *pszName)
198 return pGetMsrName(iMsr, pszName);
  /hardware/intel/img/psb_video/src/hwdefs/
topaz_db_regs.h 191 const char* pszName;\
topaz_vlc_regs.h 487 const char* pszName;\
  /external/stlport/stlport/stl/
_threads.h 211 APIRET _System DosCreateMutexSem(PCSZ pszName, PHEV phev, ULONG flAttr, BOOL32 fState);

Completed in 612 milliseconds

1 2