Home
last modified time | relevance | path

Searched refs:pUserName (Results 1 – 18 of 18) sorted by relevance

/reactos/win32ss/printing/base/winspool/
H A Djobs.c112 dwErrorCode = UnicodeToAnsiInPlace(pji1w[i].pUserName); in EnumJobsA()
150 dwErrorCode = UnicodeToAnsiInPlace(pji2w[i].pUserName); in EnumJobsA()
268 dwErrorCode = UnicodeToAnsiInPlace(pji1w->pUserName); in GetJobA()
301 dwErrorCode = UnicodeToAnsiInPlace(pji2w->pUserName); in GetJobA()
443 info1W->pUserName = AsciiToUnicode(&usBuffer, info1A->pUserName); in SetJobA()
460 info2W->pUserName = AsciiToUnicode(&usBuffer, info2A->pUserName); in SetJobA()
494 if (info1W->pUserName) HeapFree(GetProcessHeap(), 0, info1W->pUserName); in SetJobA()
503 if (info2W->pUserName) HeapFree(GetProcessHeap(), 0, info2W->pUserName); in SetJobA()
/reactos/win32ss/printing/include/marshalling/
H A Djobs.h23 …{ FIELD_OFFSET(JOB_INFO_1W, pUserName), RTL_FIELD_SIZE(JOB_INFO_1W, pUserName), RTL_FIELD_SIZE(JOB…
43 …{ FIELD_OFFSET(JOB_INFO_2W, pUserName), RTL_FIELD_SIZE(JOB_INFO_2W, pUserName), RTL_FIELD_SIZE(JOB…
/reactos/dll/win32/wtsapi32/
H A Dwtsapi32.c606 BOOL WINAPI WTSQueryUserConfigA(LPSTR pServerName, LPSTR pUserName, WTS_CONFIG_CLASS WTSConfigClass… in WTSQueryUserConfigA() argument
608 …FIXME("Stub (%s) (%s) 0x%08x %p %p\n", debugstr_a(pServerName), debugstr_a(pUserName), WTSConfigCl… in WTSQueryUserConfigA()
616 BOOL WINAPI WTSQueryUserConfigW(LPWSTR pServerName, LPWSTR pUserName, WTS_CONFIG_CLASS WTSConfigCla… in WTSQueryUserConfigW() argument
618 …FIXME("Stub (%s) (%s) 0x%08x %p %p\n", debugstr_w(pServerName), debugstr_w(pUserName), WTSConfigCl… in WTSQueryUserConfigW()
666 BOOL WINAPI WTSSetUserConfigA(LPSTR pServerName, LPSTR pUserName, WTS_CONFIG_CLASS WTSConfigClass, … in WTSSetUserConfigA() argument
668 …FIXME("Stub (%s) (%s) 0x%08x %p %d\n", debugstr_a(pServerName), debugstr_a(pUserName), WTSConfigCl… in WTSSetUserConfigA()
675 BOOL WINAPI WTSSetUserConfigW(LPWSTR pServerName, LPWSTR pUserName, WTS_CONFIG_CLASS WTSConfigClass… in WTSSetUserConfigW() argument
677 …FIXME("Stub (%s) (%s) 0x%08x %p %d\n", debugstr_w(pServerName), debugstr_w(pUserName), WTSConfigCl… in WTSSetUserConfigW()
/reactos/base/applications/taskmgr/
H A Dperfdata.c114 LPWSTR pUserName, in CachedGetUserFromSid() argument
131 wcsncpy(pUserName, pEntry->pszName, cwcUserName); in CachedGetUserFromSid()
132 *pcwcUserName = wcslen(pUserName); in CachedGetUserFromSid()
138 SidToUserName(pSid, pUserName, cwcUserName); in CachedGetUserFromSid()
139 *pcwcUserName = wcslen(pUserName); in CachedGetUserFromSid()
149 wcsncpy(pEntry->pszName, pUserName, cwcUserName); in CachedGetUserFromSid()
/reactos/sdk/include/psdk/
H A Dwtsapi32.h164 char *pUserName; member
176 WCHAR *pUserName; member
H A Dwinspool.h236 LPSTR pUserName; member
252 LPWSTR pUserName; member
272 LPSTR pUserName; member
298 LPWSTR pUserName; member
H A Dwinsplp.h68 LPWSTR pUserName; member
1116 PWSTR pUserName; member
/reactos/dll/win32/shlwapi/
H A Durl.c90 LPCWSTR pUserName; /* [out] start of Username */ member
2157 pl->pUserName = work + 2; in URL_ParseUrl()
2158 work = URL_ScanID(pl->pUserName, &pl->szUserName, USERPASS); in URL_ParseUrl()
2168 work = pl->pUserName - 1; in URL_ParseUrl()
2169 pl->pUserName = pl->pPassword = 0; in URL_ParseUrl()
2178 work = pl->pUserName - 1; in URL_ParseUrl()
2179 pl->pUserName = pl->pPassword = 0; in URL_ParseUrl()
2200 pl->pUserName, pl->szUserName, in URL_ParseUrl()
2336 addr = pl.pUserName; in UrlGetPartW()
/reactos/win32ss/printing/providers/localspl/
H A Djobs.c20 FIELD_OFFSET(JOB_INFO_1W, pUserName),
30 FIELD_OFFSET(JOB_INFO_2W, pUserName),
769 if (!_EqualStrings(pJob->pwszUserName, pJobInfo->pUserName)) in _LocalSetJobLevel1()
774 if (!ReallocSplStr(&pJob->pwszUserName, pJobInfo->pUserName)) in _LocalSetJobLevel1()
900 if (!_EqualStrings(pJob->pwszUserName, pJobInfo->pUserName)) in _LocalSetJobLevel2()
905 if (!ReallocSplStr(&pJob->pwszUserName, pJobInfo->pUserName)) in _LocalSetJobLevel2()
/reactos/modules/rostests/apitests/utildll/
H A DCachedGetUserFromSid.c13 static VOID (WINAPI *pCachedGetUserFromSid)(PSID pSid, LPWSTR pUserName, PULONG pcwcUserName);
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dmstsclib_h.h416 /* [in] */ BSTR pUserName) = 0;
559 /* [in] */ BSTR pUserName);
563 /* [retval][out] */ BSTR *pUserName);
708 #define IMsTscAx_put_UserName(This,pUserName) \ argument
711 #define IMsTscAx_get_UserName(This,pUserName) \ argument
911 /* [in] */ BSTR pUserName);
915 /* [retval][out] */ BSTR *pUserName);
1313 /* [in] */ BSTR pUserName);
1317 /* [retval][out] */ BSTR *pUserName);
1731 /* [in] */ BSTR pUserName);
[all …]
H A Dmstsclib_redist_h.h416 /* [in] */ BSTR pUserName) = 0;
559 /* [in] */ BSTR pUserName);
563 /* [retval][out] */ BSTR *pUserName);
708 #define IMsTscAx_put_UserName(This,pUserName) \ argument
711 #define IMsTscAx_get_UserName(This,pUserName) \ argument
911 /* [in] */ BSTR pUserName);
915 /* [retval][out] */ BSTR *pUserName);
1313 /* [in] */ BSTR pUserName);
1317 /* [retval][out] */ BSTR *pUserName);
1731 /* [in] */ BSTR pUserName);
[all …]
H A Dmstsclib.idl123 [id(0x00000003), propput] HRESULT UserName([in] BSTR pUserName);
124 [id(0x00000003), propget] HRESULT UserName([out, retval] BSTR * pUserName);
H A Dactivex.cpp5142 virtual STDMETHODIMP IMsTscAx::put_UserName(BSTR pUserName) in put_UserName() argument
5144 return SetProperty(m_UserName, pUserName); in put_UserName()
5147 virtual STDMETHODIMP IMsTscAx::get_UserName(BSTR * pUserName) const in get_UserName()
5149 return GetProperty(m_UserName, pUserName); in get_UserName()
/reactos/sdk/include/ddk/
H A Dmrxfcb.h101 PUNICODE_STRING pUserName; member
/reactos/sdk/include/reactos/idl/
H A Dwinspool.idl215 [string] WCHAR* pUserName;
233 [string] WCHAR* pUserName;
269 [string] WCHAR* pUserName;
474 [string] WCHAR* pUserName;
494 [string] WCHAR* pUserName;
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/
H A Dmstscax.cpp4227 virtual HRESULT __stdcall put_UserName(BSTR pUserName) in put_UserName() argument
4230 dbgprintf(TEXT("IMsTscAx::put_UserName(%ls)"), pUserName); in put_UserName()
4231 HRESULT hr = pIMsTscAx->put_UserName(pUserName); in put_UserName()
4236 virtual HRESULT __stdcall get_UserName(BSTR * pUserName) in get_UserName() argument
4239 dbgprintf(TEXT("IMsTscAx::get_UserName(%p)"), pUserName); in get_UserName()
4240 HRESULT hr = pIMsTscAx->get_UserName(pUserName); in get_UserName()
4241 dbgprintf(TEXT("IMsTscAx::get_UserName -> %08X, UserName = %ls"), hr, *pUserName); in get_UserName()
/reactos/sdk/lib/drivers/rxce/
H A Drxce.c2089 &VNetRoot->pUserName, &VNetRoot->pUserDomainName, in RxCreateVNetRoot()
2093 RxUninitializeVNetRootParameters(VNetRoot->pUserName, VNetRoot->pUserDomainName, in RxCreateVNetRoot()
3429 RxUninitializeVNetRootParameters(ThisVNetRoot->pUserName, ThisVNetRoot->pUserDomainName, in RxFinalizeVNetRoot()