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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdrm.h 16 PWSTR wszGroupIDProviderType,
17 PWSTR wszGroupID,
26 PWSTR *pwszReserved,
27 PWSTR wszURL,
44 PWSTR wszIssuanceLicense,
46 PWSTR wszServiceURL
69 PWSTR wszIssuanceLicense,
84 PWSTR wszAttribute,
98 PWSTR wszOwnerLicense
103 PWSTR wszProcName
    [all...]
pathcch.h 23 WINPATHCCHAPI HRESULT APIENTRY PathAllocCombine (PCWSTR pszPathIn, PCWSTR pszMore, unsigned long dwFlags, PWSTR *ppszPathOut);
24 WINPATHCCHAPI HRESULT APIENTRY PathAllocCanonicalize (PCWSTR pszPathIn, unsigned long dwFlags, PWSTR *ppszPathOut);
25 WINPATHCCHAPI HRESULT APIENTRY PathCchAddBackslash (PWSTR pszPath, size_t cchPath);
26 WINPATHCCHAPI HRESULT APIENTRY PathCchAddBackslashEx (PWSTR pszPath, size_t cchPath, PWSTR *ppszEnd, size_t *pcchRemaining);
27 WINPATHCCHAPI HRESULT APIENTRY PathCchAddExtension (PWSTR pszPath, size_t cchPath, PCWSTR pszExt);
28 WINPATHCCHAPI HRESULT APIENTRY PathCchAppend (PWSTR pszPath, size_t cchPath, PCWSTR pszMore);
29 WINPATHCCHAPI HRESULT APIENTRY PathCchAppendEx (PWSTR pszPath, size_t cchPath, PCWSTR pszMore, unsigned long dwFlags);
30 WINPATHCCHAPI HRESULT APIENTRY PathCchCanonicalize (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn);
31 WINPATHCCHAPI HRESULT APIENTRY PathCchCanonicalizeEx (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, unsigned long dwFlags)
    [all...]
adsprop.h 35 PWSTR pszPageTitle;
36 PWSTR pszObjPath;
37 PWSTR pszObjClass;
39 PWSTR pszError;
42 STDAPI ADsPropCreateNotifyObj(LPDATAOBJECT pAppThdDataObj,PWSTR pwzADsObjName,HWND *phNotifyObj);
46 STDAPI_(WINBOOL) ADsPropCheckIfWritable(const PWSTR pwzAttr,const PADS_ATTR_INFO pWritableAttrs);
winwlx.h 30 PWSTR pszCard;
31 PWSTR pszReader;
32 PWSTR pszContainer;
33 PWSTR pszCryptoProvider;
68 PWSTR pszProfile;
73 PWSTR pszProfile;
74 PWSTR pszPolicy;
75 PWSTR pszNetworkDefaultUserProfile;
76 PWSTR pszServerName;
77 PWSTR pszEnvironment
    [all...]
msdrmdefs.h 73 PWSTR wszPubKey;
74 PWSTR wszURL;
95 PWSTR wszRightsRequested;
96 PWSTR wszRightsGroup;
100 PWSTR wszDefaultEnablingPrincipalCredentials;
wdsclientapi.h 76 PWSTR pwszServer,
108 PWSTR *ppwszValue
113 PWSTR *ppwszValue
118 PWSTR *ppwszValue
138 PWSTR *ppwszValue
154 PWSTR *ppwszValue
159 PWSTR *ppwszValue
164 PWSTR *ppwszValue
174 PWSTR *ppwszValue
185 PWSTR pwszClientId
    [all...]
muiload.h 19 WINBOOL WINAPI GetUILanguageFallbackList(PWSTR pFallbackList,ULONG cchFallbackList,PULONG pcchFallbackListOut);
p2p.h 89 PWSTR pwzCreatorId;
90 PWSTR pwzModifiedById;
91 PWSTR pwzAttributes;
110 PWSTR pwzPeerId;
191 PWSTR pwzGraphId;
192 PWSTR pwzCreatorId;
193 PWSTR pwzFriendlyName;
194 PWSTR pwzComment;
202 PWSTR pwzPeerId;
205 PWSTR pwzAttributes
    [all...]
authz.h 92 PWSTR pName;
136 PWSTR pName;
144 PWSTR *ppString;
172 PWSTR ObjectUuid;
173 PWSTR ProtSeq;
174 PWSTR NetworkAddr;
175 PWSTR Endpoint;
176 PWSTR Options;
177 PWSTR ServerSpn;
238 AUTHZAPI WINBOOL WINAPI AuthzInitializeObjectAccessAuditEvent (DWORD Flags, AUTHZ_AUDIT_EVENT_TYPE_HANDLE hAuditEventType, PWSTR szOperationType, PWSTR szObjectType, PWSTR szObjectName, PWSTR szAdditionalInfo, PAUTHZ_AUDIT_EVEN (…)
    [all...]
winddiui.h 39 PWSTR pszDriver;
40 PWSTR pszDevice;
objsel.h 122 PWSTR pwzName;
123 PWSTR pwzADsPath;
124 PWSTR pwzClass;
125 PWSTR pwzUPN;
stralign.h 62 if(WSTR_ALIGNED(String)) return CharUpperW((PWSTR)String);
130 if(WSTR_ALIGNED(String)) return wcscpy((PWSTR)Destination,(PCWSTR)Source);
141 return wcscpy((PWSTR)Destination,(PCWSTR)Source);
171 #define WSTR_ALIGNED_STACK_COPY(d,s) { PCUWSTR __ua_src; ULONG __ua_size; PWSTR __ua_dst; __ua_src = (s); if(WSTR_ALIGNED(__ua_src)) { __ua_dst = (PWSTR)__ua_src; } else { __ua_size = __UA_WSTRSIZE(__ua_src); __ua_dst = (PWSTR)_alloca(__ua_size); memcpy(__ua_dst,__ua_src,__ua_size); } *(d) = (PCWSTR)__ua_dst; }
virtdisk.h 242 PWSTR DependencyDeviceName;
243 PWSTR HostVolumeName;
244 PWSTR DependentVolumeName;
245 PWSTR DependentVolumeRelativePath;
336 PWSTR DiskPath
intshcut.h 98 INTSHCUTAPI HRESULT WINAPI TranslateURLW(PCWSTR pcszURL,DWORD dwInFlags,PWSTR UNALIGNED *ppszTranslatedURL);
107 INTSHCUTAPI HRESULT WINAPI URLAssociationDialogW(HWND hwndParent,DWORD dwInFlags,PCWSTR pcszFile,PCWSTR pcszURL,PWSTR pszAppBuf,UINT ucAppBufLen);
116 INTSHCUTAPI HRESULT WINAPI MIMEAssociationDialogW(HWND hwndParent,DWORD dwInFlags,PCWSTR pcszFile,PCWSTR pcszMIMEContentType,PWSTR pszAppBuf,UINT ucAppBufLen);
werapi.h 141 PWSTR pwszEventName,
150 PWSTR pwszDebuggerLaunch,
159 PWSTR pwszName,
161 PWSTR pwszValue,
dplobby8.h 56 PWSTR pwszApplicationName;
69 PWSTR pwszPlayerName;
85 PWSTR pwszApplicationName;
86 PWSTR pwszCommandLine;
87 PWSTR pwszCurrentDirectory;
88 PWSTR pwszDescription;
89 PWSTR pwszExecutableFilename;
90 PWSTR pwszExecutablePath;
91 PWSTR pwszLauncherFilename;
92 PWSTR pwszLauncherPath
    [all...]
windns.h 354 DNS_STATUS WINAPI DnsQueryConfig(DNS_CONFIG_TYPE Config,DWORD Flag,PWSTR pwsAdapterName,PVOID pReserved,PVOID pBuffer,PDWORD pBufferLength);
361 PWSTR pNameHost;
369 PWSTR pNamePrimaryServer;
370 PWSTR pNameAdministrator;
389 PWSTR pNameMailbox;
390 PWSTR pNameErrorsMailbox;
399 PWSTR pNameExchange;
412 PWSTR pStringArray[1];
436 PWSTR pNameSigner;
479 PWSTR pNameNext
    [all...]
mscat.h 106 HCATINFO WINAPI CryptCATAdminAddCatalog(HCATADMIN,PWSTR,PWSTR,DWORD);
pnrpns.h 49 PWSTR pwszPayload;
bcrypt.h 482 PWSTR *rgpszFunctions;
486 PWSTR pszImage;
493 PWSTR *rgpszAliases;
500 PWSTR *rgpszProviders;
515 PWSTR *rgpszContexts;
520 PWSTR *rgpszFunctions;
525 PWSTR *rgpszProviders;
529 PWSTR pszProperty;
535 PWSTR pszImage;
541 PWSTR pszFunction
    [all...]
clfsw32.h 83 PWSTR pwszLogFileName,
173 PWSTR pszBaseLogFileName,
210 PWSTR pszBaseLogFileName,
aclui.h 164 PWSTR pwzCommonName;
165 PWSTR pwzClass;
166 PWSTR pwzUPN;
214 PWSTR pwszName;
adtgen.h 94 PWSTR String;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stralign_s.h 20 if(WSTR_ALIGNED(Source) && WSTR_ALIGNED(Destination)) return (wcscpy_s((PWSTR)Destination,DestinationSize,(PCWSTR)Source)==0 ? Destination : NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
swenum.h 71 IN PWSTR BusIdentifier,
76 IN PWSTR ServiceRelativePath

Completed in 304 milliseconds

1 2 3